function winOpen(source,name,scrolling,rez,pwidth,pheight) {
	ltpopup = window.open (source,name,"directories=0,toolbar=0,location=0,status=0,menubar=0,scrollbars="+scrolling+",resizable="+rez+",width="+pwidth+",height="+pheight+",copyhistory=1");
}