function newPopup(url) { 
popupWindow = window.open( url,'popUpWindow','height=385,width=510,left=10,top=10,resizable=yes,scrollbars=no,toolbar=yes,menubar=no,location=no,directories=no,status=yes') 
}

function newPopup1(url) { 
popupWindow = window.open( url,'popUpWindow','height=645,width=480,left=10,top=10,resizable=yes,scrollbars=no,toolbar=yes,menubar=no,location=no,directories=no,status=yes') 
}

function newPopup2(url) { 
popupWindow = window.open( url,'popUpWindow','height=490,width=427,left=10,top=10,resizable=yes,scrollbars=no,toolbar=yes,menubar=no,location=no,directories=no,status=yes') 
}

function newPopup3(url) { 
popupWindow = window.open( url,'popUpWindow','height=490,width=370,left=10,top=10,resizable=yes,scrollbars=no,toolbar=yes,menubar=no,location=no,directories=no,status=yes') 
}


