var MM_contentVersion = 6;
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'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</scr' + 'ipt\> \n');
}
if ( MM_FlashCanPlay ) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' id="logo2" width="170" height="600" align="left">');
	document.write(' <param name="movie" value="slike/logo.swf"> <param name=quality value=high> <param name=bgcolor value=#003300>  '); 
	document.write(' <embed src="slike/logo.swf" quality=high bgcolor=#003300  ');
	document.write(' swLiveConnect=false width="170" height="600" name="logo2" align="left"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </embed>');
	document.write(' </object>');
} else{
	document.write('<img src="slike/logo.jpg" width="170" height="600" usemap="#logo" border=0>');
	document.write('<map name="logo" id="logo">');
	document.write('<area shape="rect" coords="12,197,72,217" href="index.html" />');
	document.write('<area shape="rect" coords="12,223,161,241" href="paintings-Thumbnails.html" />');
	document.write('<area shape="rect" coords="12,246,83,266" href="gallery_P-101.html" />');
	document.write('<area shape="rect" coords="12,272,84,292" href="frames.html" />');
	document.write('<area shape="rect" coords="12,297,156,317" href="custom.html" />');
	document.write('<area shape="rect" coords="12,323,86,340" href="mirrors.html" />');
	document.write('<area shape="rect" coords="12,347,120,370" href="accessories.html" />');
	document.write('<area shape="rect" coords="12,373,128,391" href="how.html" />');
	document.write('<area shape="rect" coords="12,395,86,415" href="contact.html" />');
	document.write('<area shape="rect" coords="12,420,72,439" href="faq.html" />');
	document.write('</map>');
}