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