function MM_CheckPlugin(plgIn, theFlash, theJPG, autoGo, pWidth, pHeight) { //v3.0
	var ok=false; document.MM_returnValue = false;
	with (navigator) if (appName.indexOf('Microsoft')==-1) ok=(plugins && plugins[plgIn]);
	else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
	if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
	else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
	else ok=false; }
	if (!ok)
	{
		document.write("<img src='" + theJPG + "' width=" + pWidth + " height=" + pHeight + ">");
	} else 
	{
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0' width=" + pWidth + " height=" + pHeight + "><param name=movie value='"+ theFlash + "'><param name=quality value=high>");
		document.write("<embed src='" + theFlash + "' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width=" + pWidth + " height=" + pHeight + "></embed></object>");
	}
}

function mOver(imageName){
	 if (document.images) {
	document[imageName].src =eval(imageName + "Over.src");
	}
}
function mOut(imageName) {
	 if (document.images) {
	document[imageName].src =eval(imageName + "Out.src");
	}
}

function bsOver(imageName){
	 if (document.images) {
	document.bs.src =eval(imageName + "Over.src");
	}
}
function bsOut(imageName) {
	 if (document.images) {
	document.bs.src =eval(imageName + "Out.src");
	}
}

