function virtual_tour(){
	var file = 'http://www.ipix.ro/client/hotel_palmbeach/view.php';
	name_popup = '360 Virtual Tour';
	scrollbars = 0;
	if(name_popup == '') name_popup='popup';
	if(scrollbars == '') scrollbars='no';
	w = 504;
	h = 521;
	if(w==0) w=(screen.width);
	if(h==0) h=(screen.height);
	options="menubar=no, scrollbars="+scrollbars+", statusbar=no, resizable=no, 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 );
}