sW = screen.width;
sH = screen.height;

function fullWin(page,wName,stBar,Wopt)
{
	if ( stBar )
	{
	attr = 'status,';
	ratio = 7.9;
	}
	else
	{
	attr = '';
	ratio = 11;
	}

	if ( Wopt != null )
	{
	attr += Wopt + ',';
	}
window.open(page,wName,attr + 'dependent,width='+( sW - ( sW / 70 ) )+',height='+ ( sH - (sH / ratio) ) +',top=0,left=0');
}

/*----------------------------------------------------------------
						FULL WINDOW 2.1
------------------------------------------------------------------
01 gennaio 2004, 17.59.15
©2004 unbreakable@hackerjournal.it
----------------------------------------------------------------*/