function popupWin(page){

var msg = window.open(page,"noutati","width=300,height=300,scrollbars=yes,screenX=0,screenY=150,left=0,top=150,resizable=yes") ;

msg.focus();

}

function popupWinImage(page1){
var msg = window.open(page1,"colonia_ingerilor","width=820,height=552,scrollbars=no,screenX=0,screenY=150,left=0,top=150,resizable=yes");

msg.focus();

}