

function popup(URL) {
   windowVariable=window.open(URL, "","width=810,height=500,screenX=100,screenY=100,top=100, left=100,resizable,scrollbars=1");
}

