

function newWindow(){
window.open("Background.aspx",'',"width=700,height=500,resizable=no,menubar=no,toolbar=no,scrollbars=yes,status=no,location=no");
}
function newWindowAck(){
window.open("Acknowledge.aspx",'',"width=650,height=450,resizable=no,menubar=no,toolbar=no,scrollbars=yes,status=no,location=no");
}
function newWindowCR(){
window.open("Copyright.aspx",'',"width=650,height=130,resizable=no,menubar=no,toolbar=no,scrollbars=yes,status=no,screenX=200,screenY=400,left=200,top=400");
}


