function qDeschideImagine(imagine){
	win = window.open( "", "_blank", "resizable=0,HEIGHT=200,WIDTH=200"); 
	win.document.write("<html><head style=\"margin: 0; padding: 0;\"></head><body style=\"background: #E7E7DE url(http://www.hotelsofia.ro/images/loader.gif) center no-repeat; margin: 0; padding: 0;\">");
	obiect = new Image();
	obiect.src = imagine;
	obiect.onload = function(){
			win.document.write("<img src=\""+imagine+"\" alt=\"\" /></body></html>");
			latime = document.all?win.document.body.clientWidth:win.window.innerWidth; 
			inaltime = document.all?win.document.body.clientHeight:win.window.innerHeight;
			win.resizeBy((obiect.width - latime), (obiect.height - inaltime));
			win.focus();
	}
}

function qShowMap(client, latime, inaltime){
	window.open( "http://www.hotelsofia.ro/files/show_map.php?client="+client+"", "_blank", "resizable=0,HEIGHT="+inaltime+",WIDTH="+latime+""); 
}

function qShowImage(imagine, latime, inaltime){
	window.open( "http://www.hotelsofia.ro/files/show_image.php?img="+imagine+"", "_blank", "resizable=0,HEIGHT="+inaltime+",WIDTH="+latime+""); 
}
