var NS = IE = Mac = NS6 = false;
var navVer = navigator.appVersion;
var noright = false;

if(navVer.substr(0,3) >= 4) 
{
 if(navigator.appName == 'Netscape')
 {
    	NS = true;
 } else
 {
	IE = true;
 }
}

if( (navVer.substr(0,3) >= 5) && (NS))
{
 NS6 = true;
}


if (navigator.platform.indexOf("Mac") >= 0)
 Mac=true;


function onover(imgName,name) {
        document[imgName].src = eval("'" + name + "'");
}

function showpic(imageName) {
	if( (NS==true) && (NS6==false))
	 location.href="./images/"+imageName;
	else
	{
	pic=window.open('','pic','width=500,height=300,toolbar=no,status=no,title=no,left=0,top=0');
	if (pic.document['picture']){ 
	 pic.document['picture'].src="./images/"+imageName;
	 pic.resizeTo(pic.document['picture'].width+10, pic.document['picture'].height+30);
	 pic.focus();
	}
	else{
      pic.document.write("<html>\n<head>\n<title>Extreme Overclocking - Picture Close-Up</title>\n<script language='JavaScript'>\n<!--\nfunction closeWin() {\nwindow.close();\n}\nif (window.Event) document.captureEvents(Event.ONCLICK);\ndocument.onclick = closeWin;\n// -->\n</script>\n</head>\n");
	pic.document.write("<body style='margin:0px' bgcolor='#212946'><div align='center'>");
//	pic.document.write("<iframe id='ab87ee32' name='ab87ee32' src='http://www.extremeoverclocking.com/adserver/adframe.php?n=ab87ee32&amp;what=zone:1&amp;target=_blank' framespacing='0' frameborder='no' scrolling='no' width='468' height='60'><a href='http://www.extremeoverclocking.com/adserver/adclick.php?n=ab87ee32' target='_blank'><img src='http://www.extremeoverclocking.com/adserver/adview.php?what=zone:1&amp;target=_blank&amp;n=ab87ee32' border='0' alt=''></a></iframe>");
	pic.document.write("<P align='center'><br /><img src='./images/" + imageName + "' border=0 name='picture' onload='window.resizeTo(this.width+20,this.height+150);'><br /><font face='arial' size='2' color='#ffffff'><B>[Click anywhere in this window to close it]</B></font><br /><iframe src='http://www.extremeoverclocking.com/closeup.html' framespacing='0' frameborder='no' scrolling='no' width='1' height='1'></iframe></div>");
	pic.document.write("</body></html>");
       }
	}
}


