
function popupCalendar()
{
	var cal5 = new calendar2(document.forms['hotelsearch'].elements['cki']);
	cal5.year_scroll = true;
	cal5.time_comp = false;
	cal5.popup();
}

function fixXhtmlTarget(ahref, target, features)
{
	if(features + "" != "undefined")
		window.open(ahref.href, target, features);
	else
		window.open(ahref.href, target);
	return false;
}
