function openXmas()
{
	// var w = window.open( 'http://www.disney.de/DisneyVideos/weihnachten2004/', 'xmas','scrollbars=yes,width=650,height=768' );
	var w = window.open( '../weihnachten2004/', 'xmas','scrollbars=yes,width=670,height=768' );
	w.focus();
}

