
function extrawin(x){

newwin=window.open(x,'newWin','width=750,height=350,left=50,top=100,screenX=50,screenY=100,scrollbars=yes'); 
}
