function popitup(id,x,y){
	window.open("", "obr"+id, "location=no, status=no, toolbar=no, menubar=no, resizable=0, width="+x+", height="+y);
}
