/****************************************************
* Andrea Bianchi   1997 - 2009                      *
* weblink  http://www.web-link.it                   *
* Forum    http://www.ilmioforum.com                *
****************************************************/

if (window.top == window.self) sicuro() 

function sicuro(){

warning ="Hai richiamato una pagina singola che fa parte del sito Web-Link.it \nTutto per la costruzione della tua pagina web.\n\n Il sito e\' strutturato per una navigazione con menu\' laterale. \n\n Per questo motivo ti consiglio di aprire il sito in modo corretto. \n\n\n       [OK] con Menù laterale      [ANNULLA] Senza menu\'";
var agree = confirm(warning);

if (agree != true) {

	 
		return; 
	
	}

else {

document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">')
document.write('<html><head>')
document.write('<link rel="shortcut icon" href="http://www.web-link.it/favicon.ico">')
document.write('<TITLE>Web-Link Tutto per la costruzione delle tue pagine web</TITLE>')
document.write('</head>')
document.write('<frameset cols="160,*" frameborder="0" framespacing="0" border="0" framespacing="0">')
document.write('<frameset rows="85,*" frameborder="0" framespacing="0" border="0">')
document.write('<frame src="../selec.htm" name="selec" scrolling="no" noresize>')
document.write('<frame src="../indbs.htm" name="menu" scrolling="auto" noresize>')
document.write('</frameset>')
document.write('<frameset rows="*" frameborder="0" framespacing="0" border="0">')
document.write('<frame name="main" scrolling="auto" src='+document.URL+'?>')
document.write('</frameset><noframes><body>') 
document.write('<center><br><br>Spiacente ma il tuo browser non supporta i frames</center>') 
document.write('</body></noframes></frameset></html>') 

	}

return;

 }
 
/****************************************************
* Andrea Bianchi   1997 - 2009                      *
* weblink  http://www.web-link.it                   *
* Forum    http://www.ilmioforum.com                *
****************************************************/

