function openPopup(url){
 window = window.open(url, "ZMike", "scrollbars=no,resizable=no,menubar=no,location=no,width=563,height=422");
}