function standar(gg,x1,y1,nom) { 
x = (screen.width - x1) / 2;
y = (screen.height - y1) / 2;
window.open(gg,nom,'width='+x1+',height='+y1+',left='+x+',top='+y);
}