// ARAN informatica - AREZZO
// Vietato l'utilizzo anche parziale senza autorizzazione
function ap(url, w, h) {
	var apo="width="+w+",height="+h+",resizable=no,scrollbars=no,status=no,menubar=no,canali=no,location=no,directories=no"
	btv = window.open(url, 'btv', apo);
}


function quadro(url, w, h){
document.write("<iframe src="+url+" width="+w+" height="+h+" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=yes><frame></iframe>")
}
function quadron(url, w, h){
if (document.layers) document.write("<ilayer width="+w+" height="+h+" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></ilayer>")
else document.write("<iframe src="+url+" width="+w+" height="+h+" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no><frame></iframe>")
}
function exquadro(url, w, h){
if (document.layers) document.write("<ilayer src="+url+" width="+w+" height="+h+" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=yes></ilayer>")
else document.write("<iframe src="+url+" width="+w+" height="+h+" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=yes><frame></iframe>")
}
