<!--if(typeof sIFR == "function") {	sIFR.replaceElement(named({sSelector:"#content h1", sFlashSrc:"/oktopus/frontend/js/frutiger.swf", sColor:"#646464", sLinkColor:"#646464", sBgColor:"#FFFFFF", sHoverColor:"#646464", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left", sWmode:"transparent", sCase : "upper"}));	sIFR.replaceElement(named({sSelector:"#content_messe h1", sFlashSrc:"/oktopus/frontend/js/frutiger.swf", sColor:"#646464", sLinkColor:"#646464", sBgColor:"#FFFFFF", sHoverColor:"#646464", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left", sWmode:"transparent", sCase : "upper"}));	//sIFR.replaceElement(named({sSelector:"#navbox h2", sFlashSrc:"/oktopus/frontend/js/frutiger.swf", sColor:"#646464", sLinkColor:"#646464", sBgColor:"#FFFFFF", sHoverColor:"#646464", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left", sWmode:"transparent"}));	//sIFR.replaceElement(named({sSelector:".infobox h2", sFlashSrc:"/oktopus/frontend/js/frutiger.swf", sColor:"#646464", sLinkColor:"#646464", sBgColor:"#FFFFFF", sHoverColor:"#646464", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left", sWmode:"transparent"}));};function writeHomeFlash( swf ) {   document.write(     '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="603" height="231">' +       '<param name="movie" value="'+swf+'" />' +       '<param name="quality" value="high" />' +       '<param name="wmode" value="transparent" />' +       '<embed src="'+swf+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="603" height="231"></embed>' +     '</object>'   );}function writeNewOfferFlash( swf ) {    document.write(  		'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="152" height="199">' +        '<param name="movie" value="'+swf+'" />' +        '<param name="quality" value="high" />' +        '<param name="wmode" value="transparent" />' +        '<embed src="'+swf+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="152" height="199"></embed>' +      '</object>'		);}function writeSWF( swf, width, height ) {    document.write(  		'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'">' +        '<param name="movie" value="'+swf+'" />' +        '<param name="quality" value="high" />' +        '<param name="allowScriptAccess" value="always">' +         '<param name="wmode" value="transparent" />' +        '<embed allowScriptAccess="always" src="'+swf+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>' +      '</object>'		);}function win_width () {	if (window.innerWidth) {		return window.innerWidth;	} else if (document.body && document.body.offsetWidth) {		return document.body.offsetWidth;	} else {		return 0;	}}window.onresize = function () {		var w_width = win_width();		if ((w_width != 0) && (w_width < 810)) {		if(document.getElementById('wrapper')) {			document.getElementById('wrapper').style.marginLeft = '-60px';		}		// For IE		if(navigator.appVersion.indexOf("MSIE") !=-1) {			if(document.getElementById('mainnav')) {				document.getElementById('mainnav').style.width = '100%';				document.getElementById('mainnav').style.width = (document.getElementById('mainnav').clientWidth + 60) + 'px';			}		}	} else {		if(document.getElementById('wrapper')) {			document.getElementById('wrapper').style.marginLeft = '';		}		// For IE		if(navigator.appVersion.indexOf("MSIE") !=-1) {			if(document.getElementById('mainnav')) {				document.getElementById('mainnav').style.width = '100%';			}		}	}}window.onresize();function popUp(url,windowname) {	var standard = "top=20,left=200,resizable=no,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,width=360,height=415";	newwin = window.open(url,windowname,standard+""+standard);	newwin.focus(self);}function selectEntry( which ) {	which = $(which);	if (which && which.parentNode) {		$A($(which.parentNode).childNodes).each(function(item){			item = $(item);			if ( (item.nodeName!='#text') && (item.nodeName!='#comment') ) {				$(item).removeClassName('selected');			}		});		which.addClassName('selected');	}}function removeEntry( which, id ) {	which = $(which);	var container = $(which.parentNode.parentNode.parentNode);	//$(which.parentNode.parentNode).remove();		var list_item = $(which.parentNode.parentNode);		if (list_item.previous().hasClassName('listcontrol_item_norm') &&  list_item.next().hasClassName('listcontrol_item_norm')) {		list_item.previous().remove();		if (list_item.next(2)) {			list_item.next().remove();		}	}	list_item.remove();		container.style.display = 'none';	container.style.display = 'block';		if (window.parent) {		var lst_cnt = parseInt(window.parent.document.getElementById('entry_cnt').innerHTML);		lst_cnt--;		if (lst_cnt < 0) lst_cnt = 0;		window.parent.document.getElementById('entry_cnt').innerHTML = lst_cnt;	}		document.forms.terminal_pdf_form.del.value = id;	new Ajax.Request($('terminal_pdf_form').action.value, { parameters:$('terminal_pdf_form').serialize(true) });		//document.forms.terminal_pdf_form.submit();}function setEntryCount( which, cnt ) {	if (window.parent && window.parent.document.getElementById(which)) {		window.parent.document.getElementById(which).innerHTML = cnt;	}}function checkAll( list, which ) {	list = $(list);		$A(list.childNodes).each(function(item){		item = $(item);		if ( (item.nodeName!='#text') && (item.nodeName!='#comment') ) {			if (item.firstChild && item.firstChild.tagName=='INPUT') {				item.firstChild.checked = which.checked;			}		}	});	}//-->