var popup = {
	balada: function (){
		var file = 'http://www.ipix.ro/client/hotel_balada/view.php';
		name_popup = 'Tur virtual 360';
		scrollbars = 0;
		if(name_popup == '') name_popup='popup';
		if(scrollbars == '') scrollbars='yes';
		w = 528;
		h = 530;
		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 );
	}
	
}

var popup2 = {
	kazeboo: function (){
		var file = 'http://www.ipix.ro/client/kazeboo/view.php';
		name_popup = 'Tur virtual 360';
		scrollbars = 0;
		if(name_popup == '') name_popup='popup';
		if(scrollbars == '') scrollbars='yes';
		w = 528;
		h = 530;
		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 );
	}
	
}
