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 = "/es/tutto_net_es_verde.gif"
    
}

function rollnetwork(quale, come) {
 if (come  == 1) {
	 quale.src = imagineroll.src
     
 } else {
     quale.src = "/es/tutto_net_es.gif" 
 }
    
}

function visualizzaway(){
document.writeln('<img src="naviga_bianco.gif" border=0><br>');
document.writeln('<img src="px1tras.gif" border=0 height=5><br>');
document.writeln('<a class="way" href="http://www.waymovil.net"><b>waymovil</b></a><br>');
document.writeln('<img src="px1tras.gif" border=0 height=5><br>');
document.writeln('<a class="way" href="http://www.wayitalia.net/rootes/"><b>wayitalia</b></a><br>');
document.writeln('<img src="px1tras.gif" border=0 height=5><br>');
document.writeln("<a class='way' href='http://www.waybricolage.net/rootes/'><b>waybricolage</b></a><br>");
document.writeln("<a class='way' href='http://www.waydecoracion.net/rootes'><b>waydecoracion</b></a><br>");
document.writeln("<a class='way' href='http://www.waysingle.net/rootes'><b>waysingle</b></a><br>");
document.writeln('<img src="px1tras.gif" border=0 height=5><br>');
document.writeln("<a class='way' href='http://www.servicevalley.net/rootes'><b>servicevalley</b></a><br>");
document.writeln('<img src="px1tras.gif" border=0 height=5><br>');
document.writeln('<a class="way" href="http://www.waygreenpages.net/index.asp?ling=5"><b>waygreenpages</b></a><br>')
document.writeln('<a class="way" href="http://www.wayin.net/root/es_index_corp.asp"><b>wayin</b></a><br>');
document.writeln('<a href=javascript:openwin2("http://www.wayin.net/area/wayin_area.asp?area=3","iop",220,555)><img src="/es/tutto_net_es.gif" onmouseover="rollnetwork(this, 1)" onmouseout="rollnetwork(this, 0)" border="0" onload="imgrollover()"></a>');
}


