function openPopup(url) {
 window.open(url, "popup_id", "scrollbars,resizable,width=500,height=600");
 return false;
}