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