function Wf( url )
 { window.open(url,'','fullscreen=yes');
 }
function Wn( url )
 { window.open(url,'','left=0, top=0, width=' + (screen.width-10)  + ', height=' + (screen.height-56) +
 ', fullscreen=no, toolbar=no, menubar=no, resizable=yes, scrollbars=yes, status=0, location=no');
 }
function Wa( url )
 { window.open(url,'','left=0, top=0, width=' + (screen.width-10)  + ', height=' + (screen.height-168) +
 ', fullscreen=no, toolbar=yes, menubar=yes, resizable=yes, scrollbars=yes, status=0, location=yes');
 }
function Wc( url )
	{ window.open(url,'contents','left=0, top=0, width=' + (screen.width-10)  + ', height=' + (screen.height-58) +
	', fullscreen=no, toolbar=yes, menubar=yes, resizable=yes, scrollbars=yes, status=1, location=yes');
	}
function Ww( url )
	{ window.open(url,'','left=0, top=0, width=' + (screen.width-10)  + ', height=' + (screen.height-85) +
	', fullscreen=no, toolbar=yes, menubar=yes, resizable=yes, scrollbars=yes, status=0, location=yes');
	}
