function openRequestedURL(url,width,height)
{
chooserwindow = window.open(url,'main_popup','width=' + width + ',height=' + height + ',scrollbars=1,resizable=1,menubar=yes,location=yes,toolbar=yes');

}
