function img(path, widht, height, scroll){
	window.open(path, "", "top=0, left=0, width="+widht+", height="+height+", fullscreen=no, toolbar=no, menubar=no, location=no, directories=no, resizable=no, status=no, top=no, scrollbars="+scroll);  
}
