
	var popupWin;
	
	function openPicWindow(URL) {
	popupWin = window.open(URL,'','toolbar=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=' + (screen.Width-75) + ',height=' + (screen.Height-200) + ',left=10,top=10');
	popupWin.focus();
}
function varitext(text){
text=document
print(text)
}
