if(window.XMLHttpRequest)
{
if(window.ActiveXObject)
{
//alert("Explorer 7");
document.write("<link rel='stylesheet' href='/styles/redhot-home.css' type='text/css'>"); 

// IE 7
}
else
{
//alert("Netscape");

document.write("<link rel='stylesheet' href='/styles/redhot-home.css' type='text/css'>"); 

// Opera, Safari, Firefox
}
}
else
{
//alert("IE6s");

document.write("<link rel='stylesheet' href='/styles/redhot-home-ie6.css' type='text/css'>"); 

// Correctly handle PNG transparency in Win IE 5.5 or higher.
// http://homepage.ntlworld.com/bobosola. Updated 02-March-2004



//IE 6 and below
}







function stampa_flash(percorso, width, height, id)
{
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" id=\""+id+"\" width=\""+width+"\" height=\""+height+"\">");
document.write("<param name=\"movie\" value=\""+percorso+"\">");
document.write("<param name=\"menu\" value=\"false\">");
document.write("<param name=\"quality\" value=\"high\">");
document.write("<param name=\"scale\">");
document.write("<param name=\"bgcolor\" value=\"#000000\">");
document.write("<embed src=\""+percorso+"\" menu=\"false\" quality=\"high\" scale=\"noborder\" bgcolor=\"#000000\" width="+width+" height="+height+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">");
document.write("</embed>");
document.write("</object>");
} 




function stampa_flash_white(percorso, width, height, id)
{
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" id=\""+id+"\" width=\""+width+"\" height=\""+height+"\">");
document.write("<param name=\"movie\" value=\""+percorso+"\">");
document.write("<param name=\"menu\" value=\"false\">");
document.write("<param name=\"quality\" value=\"high\">");
document.write("<param name=\"scale\">");
document.write("<param name=\"bgcolor\" value=\"#ffffff\">");
document.write("<embed src=\""+percorso+"\" menu=\"false\" quality=\"high\" scale=\"noborder\" bgcolor=\"#ffffff\" width="+width+" height="+height+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">");
document.write("</embed>");
document.write("</object>");
} 

function preloadImages()
{
var conta = 20;
	swap = new Array();
	for(var i=1;i< conta;i++)
	{
 	 swap[i] = new Image()
     
	 if (i < 10) {

	 swap[i].src = '/imgwork/press/0'+i+'.jpg'
	 //alert(swap[i].src)
	 }
	
     else {
	 swap[i].src = '/imgwork/press/'+i+'.jpg'
	 //alert(swap[i].src)
	
	 }
	
	}

}
