function windowOpener(windowHeight, windowWidth, windowName, windowUri)
{
    var centerWidth = (window.screen.width - windowWidth) / 2;
    var centerHeight = (window.screen.height - windowHeight) / 2;

    newWindow = window.open(windowUri, windowName, 'scrollbars=1,resizable=1,width=' + windowWidth + 
        ',height=' + windowHeight + 
        ',left=' + centerWidth + 
        ',top=' + centerHeight);

    newWindow.focus();
}
function entra_it(){
	var t = "newwindow = window.open('http://brands.derigo.com/it/index.html','derigo','screenX=0,left=0,screenY=0,top=0,width=" + (screen.width-10) + ",height=" + (screen.height-60) + ",menubar=no,resizable=no,titlebar=no,alwaysRaised=yes,status=no,scrollbars=no,fullscreen=1');";
	eval(t);
	if (navigator.appName.indexOf('Netscape') > -1)
	{
	setTimeout('newwindow.focus()',40);
	setTimeout('winquest.focus()',120);
	}
	else
	{
	newwindow.focus();
	}
}
function entra_en(){
	var t = "newwindow = window.open('http://brands.derigo.com/en/index.html','derigo','screenX=0,left=0,screenY=0,top=0,width=" + (screen.width-10) + ",height=" + (screen.height-60) + ",menubar=no,resizable=no,titlebar=no,alwaysRaised=yes,status=no,scrollbars=no,fullscreen=1');";
	eval(t);
	if (navigator.appName.indexOf('Netscape') > -1)
	{
	setTimeout('newwindow.focus()',40);
	setTimeout('winquest.focus()',120);
	}
	else
	{
	newwindow.focus();
	}
}