function openwin2(theURL,winName,larg,altz) {
  
	LeftPosition = (screen.width) ? (screen.width-(larg+10)) : 0;
	//TopPosition = (screen.height) ? (screen.height-altz) : 0;
	features = 'height='+altz+',width='+larg+',top=0,left='+LeftPosition+'';
	window.open(theURL,winName,features);
}

function imgrollover() {
	imagineroll = new Image();
	imagineroll.src = "/rooten/img/tutto_net_en_verde.gif"
    
}

function rollnetwork(quale, come) {
 if (come  == 1) {
	 quale.src = imagineroll.src
     
 } else {
     quale.src = "/rooten/img/tutto_net_en.gif" 
 }
    
}



function visualizzaway(){
document.writeln('<img src="img/naviga_en.gif" border=0><br>');
document.writeln('<img src="img/px1tras.gif" border=0 height=5><br>');
document.writeln('<a class="way" href="http://www.waytuscany.net/rooten"><b>waytuscany</b></a><br>');
document.writeln('<img src="img/px1tras.gif" border=0 height=5><br>');
document.writeln('<a class="way" href="http://www.waysingle.net/rooten"><b>waysingle</b></a><br>');
document.writeln('<img src="img/px1tras.gif" border=0 height=5><br>');
document.writeln('<a class="way" href="http://www.componentvalley.net/rooten/"><b>componentvalley</b></a><br>');
document.writeln('<img src="img/px1tras.gif" border=0 height=5><br>');
document.writeln('<a class="way" href="http://www.waygreenpages.net/index.asp?ling=2"><b>waygreenpages</b></a><br>');
document.writeln('<a class="way" href="http://www.wayin.net/root/en_index_corp.asp"><b>wayin</b></a><br>');
document.writeln('<a href=javascript:openwin2("http://www.wayin.net/area/wayin_area.asp?area=2","iop",220,555)><img src="/rooten/img/tutto_net_en.gif" onmouseover="rollnetwork(this, 1)" onmouseout="rollnetwork(this, 0)" border="0" onload="imgrollover()"></a>');
}
