function openPopUp(url)
{
contentWindow = window.open(url, "contentWindow", "height=655,width=700,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no");
contentWindow.focus()
}
function openPopUp2(url)
{
contentWindow = window.open(url, "contentWindow2", "height=400,width=500,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no");
contentWindow.focus()
}
function openPopUp3(url)
{
contentWindow = window.open(url, "contentWindow", "height=485,width=780,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no");
contentWindow.focus()
}