var win=null;
function NewWindow(mypage,w,h)
{
	settings='width='+w+',height='+h+',top=20,left=0,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
	win=window.open(mypage,'Screenshot',settings);
}
