function popWindow1(openMe) {
pop1=window.open(openMe,"popUpWindow1","height=500,width=800,resizable=no,scrollbars=yes");
pop1.focus();
}