function openPopWindow(location,name,vert,horz) {
	PopWindow=window.open(location,name,'width=620,height=480,scrollbars=no,resizable=yes,windowstatus=no');
}
