// Opens new window and enables you to configure specs
function openWin() 
{
 window.open('disclaimer.html','','status=0,toolbar=0,scrollbars=0,resizable=0,width=400,height=200,left=50,top=50,screenX=50,screenY=50');
}