
function newPopup(url)
 {popupWindow = window.open(url,'popUpWindow','height=400,width=360,left=300,top=100,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no')}

function newPopup1(url)
 {popupWindow = window.open(url,'popUpWindow','height=430,width=640,left=0,top=0,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no')}

