	function openWindow(path, width, height) {		var _w = window.open(path, '_img', 'scrollbars=no,resizable,location=no,width=' + width + ',height=' + height);		_w.focus();		_w.moveTo( ((screen.availWidth / 2) - width), ((screen.availHeight / 2) - height) );	}