if(window.XMLHttpRequest)
{

var s_width =''; 
var s_height =''; 
s_width=screen.width;
s_height=screen.height; 


if(window.ActiveXObject)
{
if (s_width >= "1280") {
//alert("1280");
document.write("<link rel='stylesheet' href='http://www.diggitsport.com/style.css' type='text/css'>"); 
}
else {
//alert("Explorer 7");
//document.write("<link rel='StyleSheet' href='style.css' type='text/css'/><link title='default' rel='alternate stylesheet' type='text/css' href='style_explorer7.css' media='screen, projection' /><link title='contrasto' rel='alternate stylesheet' type='text/css' href='style-reg.css' media='screen, projection' />"); 
document.write("<link rel='stylesheet' href='http://www.diggitsport.com/style.css' type='text/css'>"); 
// IE 7
}
}
else
{
//alert("Netscape");

if (s_width >= "1280") {
//alert("1280");
document.write("<link rel='stylesheet' href='http://www.diggitsport.com/style.css' type='text/css'>"); 
}

else {
//alert("1000");

document.write("<link rel='stylesheet' href='http://www.diggitsport.com/style.css' type='text/css'>"); 
//document.write("<link rel='StyleSheet' href='style.css' type='text/css'/><link title='default' rel='alternate stylesheet' type='text/css' href='style.css' media='screen, projection' /><link title='contrasto' rel='alternate stylesheet' type='text/css' href='style-reg.css' media='screen, projection' />");

}

}// Opera, Safari, Firefox
}
else
{
//alert("IE6s");
if (s_width >= "1280") {
//alert("1280");
document.write("<link rel='stylesheet' href='http://www.diggitsport.com/style.css' type='text/css'>"); 
}

else {
//alert("1024");
document.write("<link rel='stylesheet' href='http://www.diggitsport.com/style.css' type='text/css'>"); 
}

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

function correctPNG() 
   {
   for(var i=0; i<document.images.length; i++)
      {
      var img = document.images[i]
      var imgName = img.src.toUpperCase()
      if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
         {
         var imgID = (img.id) ? "id='" + img.id + "' " : ""
         var imgClass = (img.className) ? "class='" + img.className + "' " : ""
         var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
         var imgStyle = "display:inline-block;" + img.style.cssText 
         if (img.align == "left") imgStyle = "float:left;" + imgStyle
         if (img.align == "right") imgStyle = "float:right;" + imgStyle
         if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle        
         var strNewHTML = "<span " + imgID + imgClass + imgTitle
         + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
         + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
         + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
         img.outerHTML = strNewHTML
         i = i-1
         }
      }
   }
//window.attachEvent("onload", correctPNG);


//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>");
} 
