var MM_contentVersion = 5;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0; 
if ( plugin ) { 
		var words = navigator.plugins["Shockwave Flash"].description.split(" "); 
	    for (var i = 0; i < words.length; ++i) 
	    { 
		if (isNaN(parseInt(words[i]))) 
		continue; 
		var MM_PluginVersion = words[i];  
	    } 
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion; 
} 
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0  
   && (navigator.appVersion.indexOf("Win") != -1)) { 
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); 
	document.write('on error resume next \n'); 
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n'); 
	document.write('</SCR' + 'IPT\> \n'); 
}

function goflash()
{

if ( MM_FlashCanPlay )
{
document.getElementById("div1").innerHTML = "<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=466 HEIGHT=426><PARAM NAME=movie VALUE='images/home.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=loop VALUE=false><PARAM NAME=bgcolor VALUE=#ffffff><EMBED loop=false src='images/home.swf' quality=high bgcolor=#ffffff WIDTH=466 HEIGHT=426 TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT>";
}
else
{
document.getElementById("div1").innerHTML = "<img alt='home' src='images/noflashhome.jpg' />";
}

}


function golargeimage(oog,eeg,ig,imagealt)
{
var winpops=window.open("goimage.php?imagealt=" + imagealt + "&image=" + oog + "&width=" + eeg + "&height=" +ig,"","resizable=1,width=100,height=100")

return false;
}


function gotarget(oog)
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(oog, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=1024,height=768,left = 0,top = 0');");

return false;
}
