function pop(url) {
 window.open(url, "lm", "width=520,height=395,scrollbars=no,toolbar=no,left=0,top=0");
return;
 }

function pops(url) {
 window.open(url, "s", "width=395,height=520,scrollbars=no,toolbar=no,left=0,top=0");
return;
 }