function WinOpen(jpURL){

window.open(jpURL,"","width=400,height=400,toolbar=1,scrollbars=1,resizable=1,left=10,top=50");

}
