function openPopUp(url)
{
contentWindow = window.open(url, "contentWindow", "height=600,width=620,resizable=yes,scrollbars=no,toolbar=no,location=no,menubar=no");
contentWindow.focus()
}
