<!-- Start Pulldown Automatic Jump Menu
function land(ref, target)
{
lowtarget=target.toLowerCase();
if (lowtarget=="_self") {window.location=loc;}
else {if (lowtarget=="_top") {top.location=loc;}
else {if (lowtarget=="_blank") {window.open(loc);}
else {if (lowtarget=="_parent") {parent.location=loc;}
else {parent.frames[target].location=loc;};
}}}
}
function jump(menu)
{
ref=menu.choice.options[menu.choice.selectedIndex].value;
splitc=ref.lastIndexOf("*");
target="";
if (splitc!=-1)
{loc=ref.substring(0,splitc);
target=ref.substring(splitc+1,1000);}
else {loc=ref; target="_self";};
if (ref != "") {land(loc,target);}
}
//End Pulldown Automatic Jump Menu-->


<!-- Auto Image Resize Popup Script by Ferrari Andera
<!-- Begin
function CaricaFoto(img,iTop,iLeft){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img,iTop,iLeft);
}
function Controlla(img,iTop,iLeft){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img,iTop,iLeft);
  }
  else{
    funzione="Controlla('"+img+"','"+iTop+"','"+iLeft+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img,iTop,iLeft){
        

  largh=foto1.width+20;
  altez=foto1.height+20;
  
 
  
  LeftPosition=parseInt(iLeft);
  TopPosition=parseInt(iTop);
        
  
stringa="width="+largh+",height="+altez+",top="+TopPosition+",left="+LeftPosition;
  
  finestra=window.open(img,"er",stringa+",resizable=yes");
  //for using a only window named
  finestra.focus();
  finestra.resizeTo(largh,altez);
  finestra.moveTo(LeftPosition,TopPosition);
  
}
// End Auto Image Popup script -->



<!-- Start Resizable Popup Window
    
     var _winObj;

     function openIt(urlLoc)
     {
       //if (_winObj || _winObj != null) { return; }
       _winName = "BigPicWindow";
       _info = "toolbar=yes,location=yes,directories=no," +
               "status=yes,menubar=yes,scrollbars=yes,resizable=yes," + 
               "dependent,height=420,width=380,left=30,top=220";
       _winObj=window.open(urlLoc,_winName,_info);
     } 
 //End Resizable Popup Window-->
   
   
<!--Start Resizable Popup Window Array
	  var hG = new Array();
      hG[101] = "http://www.amd.com/";
      hG[102] = "http://www.belkin.com/";
      hG[103] = "http://www.cisco.com/";
      hG[104] = "http://www.hp.com/";
      hG[105] = "http://www.intel.com/";
      hG[106] = "http://www.nortelnetworks.com/"; 
      hG[107] = "http://www.sonicwall.com/";
      hG[108] = "http://www.viewsonic.com/";
      hG[109] = "http://www.microtimes.com/";
      hG[110] = "http://www.computeruser.com/";
      hG[111] = "http://www.plextor.com/";
      hG[112] = "http://www.ricoh.com/";
      hG[113] = "http://www.yamaha.com/";
      hG[114] = "http://www.abit-usa.com/";
      hG[115] = "http://www.asus.com/";
      hG[116] = "http://www.fica.com/";
      hG[117] = "http://www.msicomputer.com/";
      hG[118] = "http://www.3com.com/";
      hG[119] = "http://www.dlink.com/";
      hG[120] = "http://www.linksys.com/";
      hG[121] = "http://www.netgear.com/";
      hG[122] = "http://www.adaptec.com/";
      hG[123] = "http://www.mylex.com/";
      hG[124] = "http://www.3dlabs.com/";
      hG[125] = "http://www.ati.com/";
      hG[126] = "http://www.elsa.com/";
      hG[127] = "http://www.matrox.com/";
      hG[128] = "http://www.creative.com/";
	  hG[129] = "http://channel.intel.com/business/ibp/ccap/weblinks/english/p4p.htm";
	  hG[130] = "http://channel.intel.com/business/ibp/ccap/weblinks/english/p3xpsw.htm";
	  hG[131] = "http://channel.intel.com/business/ibp/ccap/weblinks/english/p3p.htm";
	  hG[132] = "http://channel.intel.com/business/ibp/ccap//weblinks/english/p3psw.htm";
	  hG[133] = "http://channel.intel.com/business/ibp/ccap/weblinks/english/icp.htm";
      function showG(_n)
      {
        openIt(hG[_n]);
      }
//End Popup Window Array-->
	
<!--Start Navigation Rollovers

if (document.images) {

	aboutUp = new Image
	aboutDown = new Image 
	aboutUp.src = "nav/aboutUp.gif"
	aboutDown.src = "nav/aboutDown.gif"

	

	homeUp = new Image
	homeDown = new Image 
	homeUp.src = "nav/homeUp.gif"
	homeDown.src = "nav/homeDown.gif"


	servicesUp = new Image
	servicesDown = new Image 
	servicesUp.src = "nav/servicesUp.gif"
	servicesDown.src = "nav/servicesDown.gif"



    backUp = new Image
	backDown = new Image 
	backUp.src = "nav/backUp.gif"
	backDown.src = "nav/backDown.gif"


    nextUp = new Image
	nextDown = new Image 
	nextUp.src = "nav/nextUp.gif"
	nextDown.src = "nav/nextDown.gif"


	productsUp = new Image
	productsDown = new Image 
	productsUp.src = "nav/productsUp.gif"
	productsDown.src = "nav/productsDown.gif"
	
	
	directionsUp = new Image
	directionsDown = new Image 
	directionsUp.src = "nav/directionsUp.gif"
	directionsDown.src = "nav/directionsDown.gif"

	
	supportUp = new Image
	supportDown = new Image 
	supportUp.src = "nav/supportUp.gif"
	supportDown.src = "nav/supportDown.gif"


	printerfriendlyUp = new Image
	printerfriendlyDown = new Image 
	printerfriendlyUp.src = "nav/printerfriendlyUp.gif"
	printerfriendlyDown.src = "nav/printerfriendlyDown.gif"
	
}
else {
	
	
	aboutUp = ""
	aboutDown = "" 
	document.about = ""

				
	homeUp = ""
	homeDown = "" 
	document.home = ""

	servicesUp = ""
	servicesDown = "" 
	document.services = ""

    backUp = ""
	backDown = "" 
	document.back = ""
	
	nextUp = ""
	nextDown = "" 
	document.next = ""

	productsUp = ""
	productsDown = "" 
	document.products = ""


	directionsUp = ""
	directionsDown = "" 
	document.directions = ""

	
	
	supportUp = ""
	supportDown = "" 
	document.support = ""
	
	printerfriendlyUp = ""
	printerfriendlyDown = "" 
	document.printerfriendly = ""
	
}
// End Navigation Rollovers -->

