/* === cmsplus/site/menu/footer.js (25.02.2010 10:42:47) === */
$(document).ready(function(){$('div#contents-footer div.menu a.popup321x290').unbind('click').click(function(){window.open($(this).attr('href'),'',"top=10, left=10, width=321, height=290, status=no, menubar=no, toolbar=no scrollbar=no");return false;});});
/* === cmsplus/site/menu/navigation.js (25.02.2010 10:31:34) === */
$(document).ready(function(){$('div#navigation div.menu a.popup321x290').click(function(){window.open($(this).attr('href'),'',"top=10, left=10, width=321, height=290, status=no, menubar=no, toolbar=no scrollbar=no");return false;});});
/* === cmsplus/site/pricelist/content.js (17.11.2009 09:00:01) === */
$(document).ready(function(){$('div.pricelist a[rel^=roominfo]').click(function(){var roominfo=$('div#'+$(this).attr('rel'));roominfo.toggle();if(roominfo.is(':visible')){switch(language){case"de":$(this).html('<a href="'+$(this).attr('href')+'" rel="'+$(this).attr('rel')+'">Ansicht schliessen</a>');break;case"it":$(this).html('<a href="'+$(this).attr('href')+'" rel="'+$(this).attr('rel')+'">Chiudi</a>');break;case"en":$(this).html('<a href="'+$(this).attr('href')+'" rel="'+$(this).attr('rel')+'">Close</a>');break;}}else{switch(language){case"de":$(this).html('<a href="'+$(this).attr('href')+'" rel="'+$(this).attr('rel')+'">Zimmer ansehen</a>');break;case"it":$(this).html('<a href="'+$(this).attr('href')+'" rel="'+$(this).attr('rel')+'">Vedi camere</a>');break;case"en":$(this).html('<a href="'+$(this).attr('href')+'" rel="'+$(this).attr('rel')+'">Show rooms</a>');break;}}});});