
function pop(a,b,w,h){
w2=w+12;
h2=h+30;
window.open(a,b,"width="+w+",height="+h+",outerwidth="+w2+",outerheight="+h2+",top=50,left=50,scrollbars=0,resizable=no");
}

function pop2(a,b,w,h){
w2=w+12;
h2=h+30;
window.open(a,b,"width="+w+",height="+h+",outerwidth="+w2+",outerheight="+h2+",top=50,left=50,scrollbars=1,resizable=no");
}