<!--

function fullwin(){
window.open("http://www.partidaqui.it/toolbar","","scrollbars,menubar,toolbar,status,resizable")
}

function vaivia(urle,w,h){
document.location = urle
}
function rollon(stato) {
     window.event.srcElement.className = stato;
}
  
function rolloff(stato) {
     window.event.srcElement.className = stato;
} 

function scrivitable(hrefe,altern,testo,tipo,statosu,statogiu,w,h,la,al) {
	var b = navigator.appName
	if (b == "Netscape")
{
	document.write ('<td title="'+ altern +'" width="'+ la +'" height="'+ al +'" class="'+statosu+'"><a href="javascript:' + tipo + '(' +"'" + hrefe +"'" +  ','+ w +','+ h +');"><font color="#00000">' + testo + '</font></a></td>')
}
else
{
	document.write ('<td title="'+ altern +'" width="'+ la +'" height="'+ al +'" class="'+statosu+'" onClick="' + tipo + '(' +"'" + hrefe + "'" + ','+ w +','+ h +');" onMouseOver="javascript:rollon('+"'"+statogiu+"'"+ ');" onMouseOut="javascript:rolloff('+"'"+statosu+"'"+ ');">' + testo + '</td>')}
}

function init() {
	DynLayerInit()
	// find offsetHeight
	windowHeight = scrollWindow.h
	contentHeight = (is.ns)? scrollContent.doc.height : scrollContent.event.scrollHeight
	offsetHeight = contentHeight - windowHeight
}

var scA = 33;

function up() {
	if(scA > 0) {
		if (scrollContent.y < 0)
		scrollContent.moveBy(0,6)
		scA--;
		setTimeout('up()',3)
	} else scA = 33
}

var scB = 33;

function down() {
	if(scB > 0) {
		if (scrollContent.y > -offsetHeight)
		scrollContent.moveBy(0,-6)
		scB--;
		setTimeout('down()',3)
	} else scB = 33
}

function PopUp(str, W, H,scroll,resize) 
{
	finestra = window.open(str,'','scrollbars='+ 'yes' +',resizable='+ resize +',width=' + W + ',height=' + H + ',status=no,location=no,toolbar=no');
}

function via(CODICE) {
		finestra = window.open('conta.asp?url='+CODICE);
		}

function LogIn()
{
	if (window.confirm('vuoi memorizzare la tua password in modo da non doverla ridigitare ad ogni accesso ?'))
	{
		document.login.cuchi.value = '1'
	}
	else
	{
		document.login.cuchi.value = ''
	}
	document.login.submit();
}

function motore()
{
	if (document.motore.cerca.value.length<3)
	{
		alert ('ATTENZIONE, specificare almeno 3 caratteri!!!');
	}
	else
	{
		document.motore.submit();
	}
}
function gugle()
{
	if (document.motore.cerca.value.length<3)
	{
		alert ('ATTENZIONE, specificare almeno 3 caratteri!!!');
	}
	else
	{
		document.motore.target='_blank'
		document.motore.method='get'
		document.motore.q.value=document.motore.cerca.value
		document.motore.action='http://www.google.com/search'
		document.motore.submit();
		location.reload()
	}
}

function addbookmark(){
if (document.all)
window.external.AddFavorite('http://www.partidaqui.com','PARTIDAQUI.COM -  Siti Utili per l\'impresa')
} 

//-->
