// JavaScript Document
function y(e){
window.open(e,"a","height=530,width=630,left=80,top=40, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes,location=yes, status=yes")
}

function x(e){
window.open(e,"a","height=300,width=720,left=80,top=40, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")
}

