Cufon.replace('.cfont'); // Works without a selector engine
Cufon.replace('h2, h3, h4, h5, h6, #events_dropdown label, .about_list, #reservation_labels label, #newsletter_labels label, #contact_form_labels label' ,{
	hover: true
}); // Works without a selector engine
Cufon.replace('.cfont'); // Requires a selector engine for IE 6-7, see above


function openWind(url, width, height)
{
	var windowopen; 
	
	if (windowopen == true) {
		wind.focus();
		return true;
	} else {
		var props = "width=" + width + ",height=" + height + ",left=250,top=250,screenX=100,screenY=100,resizable=no,scrollbars=no,toolbar=no,location=no,status=no,menubar=no,copyhistory=no,directories=no";
		var wind = window.open(url, "formPopup", props);
		//wind.moveTo(50,50);
		var windopen = true;
	}
}
