function pp(URL,w,h) {
var iTop=window.screen.height/2-h/2-10;
var iLeft=window.screen.width/2-w/2-10;
var size = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no" + ",left=" + iLeft + ",top=" + iTop + ",width=" + w + ",height=" + h;
popup = window.open(URL,"vedilogo",size);
popup.focus();
}
function popup() 
{ 
window.open('','pop','resizable=no,scrollbars=yes,width=300,height=300') 
} 

function pp(w,y) 
{ 
window.open('','popo',"resizable=no,scrollbars=yes,width="+ w +" ,height="+ y ) 
} 






