


	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function sbgOver(imgId, imgName, imgLink, id, theURL) {
	document.getElementById(imgId).src = theURL+"/templates/images/"+imgName;
	document.getElementById('sbgLink').href = theURL+"/content.php/"+imgLink+"/id/"+id+"/m_id/"+id;
	document.getElementById('sbgLink').firstChild.nodeValue = imgLink.replace("+", " ");
}

function sbgOut(imgId, imgName, theURL, originURL) {
	document.getElementById(imgId).src = theURL+"/templates/images/"+imgName;
	document.getElementById('sbgLink').href = theURL+"/index.php";
	document.getElementById('sbgLink').firstChild.nodeValue = originURL;
}


