function swin(wURL,wName){
    window.open(wURL,wName,"width=650,height=500,scrollbars=yes,screenX=0,screenY=0,left=0,top=0");
}


