function open_general_popup(url,width,height)
{
    var thePopUp = window.open(url,'main_popup','width='+width+',height='+height+',resizable=no,toolbars=no,scrollbars=no,top=60,left=120');
}
