function openPopup(url,theWidth,theHeight) 
{
 window.open(url, "popup_id", "resizable=no,scrollbars=yes,toolbar=yes,status=yes,width="+theWidth+",height="+theHeight);
}
