<!--

function cWnd(url, params)
{
	if(params == '')
		params = 'width=640, height=480';
	
	return window.open(url, '', params);	
}

function switcher(obj, text)
{
	holder = document.getElementById('main');
	token = document.getElementById('description');
	
	holder.src = obj.src;
	token.innerHTML = text;
}

function form_hotel( hotel_name ) { //v1.0
	if ( !hotel_name ) { 
		hotel_name = '';
	}
	window.open("form_hotel.php?hotel_name=" + hotel_name,"_blank","scrollbars=yes,resizable=yes,width=480,height=510");
}

//-->
