// JavaScript Document

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


