<!--
function FctPrintPage()
{
	alert("For printing, please select landscape mode.");
	window.print();
}

function FctAddFavorites()
{
	//document.window.external.addfavorite('http://www.iwc-2008.org','IWC PARIS 2008');
	if ( navigator.appName != 'Microsoft Internet Explorer' )
	{ 
		window.sidebar.addPanel("IWC PARIS 2008","http://www.iwc-2008.org",""); 
	}
	else 
	{ 
		window.external.addFavorite("http://www.iwc-2008.org","IWC PARIS 2008"); 
	} 
}

function FctAddFavorites2()
{
	//document.window.external.addfavorite('http://www.iwc-2008.org','IWC PARIS 2008');
	if ( navigator.appName != 'Microsoft Internet Explorer' )
	{ 
		window.sidebar.addPanel("IWC PARIS 2008 - Exhibitors","http://www.iwc-2008.org/exhibitors",""); 
	}
	else 
	{ 
		window.external.addFavorite("http://www.iwc-2008.org/exhibitors","IWC PARIS 2008 - Exhibitors"); 
	} 
}
-->