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 = "/rootde/img/tutto_net_de_verde.gif"
    
}

function rollnetwork(quale, come) {
 if (come  == 1) {
	 quale.src = imagineroll.src
     
 } else {
     quale.src = "/rootde/img/tutto_net_de.gif" 
 }
    
}


function visualizzaway(){
	document.writeln('<img src="img/naviga_de_b.gif"><br>');
	document.writeln('<img src="img/px1tras.gif" border=0 height=5><br>');
	document.writeln("<font><a class='way' href='http://www.wayitalia.net/rootde/'>wayitalia</a></font><br>");
	document.writeln('<img src="img/px1tras.gif" border=0 height=5><br>');
	document.writeln("<font><a class='way' href='http://www.waygreenpages.net/index.asp?ling=3'>waygreenpages</a></font><br>");
	document.writeln("<font><a class='way' href='http://www.wayin.net/root/de_index_corp.asp'>wayin</a></font><br>");
	document.writeln('<a href=javascript:openwin2("http://www.wayin.net/area/wayin_area.asp?area=4","iop",220,555)><img src="/rootde/img/tutto_net_de.gif" onmouseover="rollnetwork(this, 1)" onmouseout="rollnetwork(this, 0)" border="0" onload="imgrollover()"></a>');

}

