var popup = {
	palace: function (){
		var file = 'http://www.ipix.ro/client/hotel_palace/view.php';
		name_popup = 'Tur virtual 360';
		scrollbars = 0;
		if(name_popup == '') name_popup='popup';
		if(scrollbars == '') scrollbars='yes';
		w = 525;
		h = 535;
		if(w==0) w=(screen.width);
		if(h==0) h=(screen.height);
		options="menubar=no, scrollbars="+scrollbars+", statusbar=no, resizable=yes, toolbar=no, location=no, status=yes";
		var _top=(screen.height-h)/2-18;
		var left=(screen.width-w)/2-8;
		window.open ( file, "", "top="+_top+", left="+left+", width="+w+", height="+h+", "+options );
	}, 
	caraiman: function (){
		var file = 'http://www.ipix.ro/client/hotel_caraiman/view.php';
		name_popup = 'Tur virtual 360';
		scrollbars = 0;
		if(name_popup == '') name_popup='popup';
		if(scrollbars == '') scrollbars='yes';
		w = 525;
		h = 535;
		if(w==0) w=(screen.width);
		if(h==0) h=(screen.height);
		options="menubar=no, scrollbars="+scrollbars+", statusbar=no, resizable=yes, toolbar=no, location=no, status=yes";
		var _top=(screen.height-h)/2-18;
		var left=(screen.width-w)/2-8;
		window.open ( file, "", "top="+_top+", left="+left+", width="+w+", height="+h+", "+options );
	}, 
	album_foto: function (){
		var file = 'http://www.ipix.ro/client/hotel_palace/album_destination/index.htm';
		name_popup = '';
		scrollbars = 0;
		if(name_popup == '') name_popup='popup';
		if(scrollbars == '') scrollbars='yes';
		w = 850;
		h = 750;
		if(w==0) w=(screen.width);
		if(h==0) h=(screen.height);
		options="menubar=no, scrollbars="+scrollbars+", statusbar=no, resizable=yes, toolbar=no, location=no, status=yes";
		var _top=(screen.height-h)/2-18;
		var left=(screen.width-w)/2-8;
		window.open ( file, "", "top="+_top+", left="+left+", width="+w+", height="+h+", "+options );
	}
}
