<!--
{$current_currency_js}
var ORIG_URL = '{$smarty.const.CONF_FULL_SHOP_URL}';
var ORIG_LANG_URL = '{"?"|set_query_html}';
window.currDispTemplate = defaultCurrency.display_template;
var translate = {ldelim}{rdelim};
translate.cnfrm_unsubscribe = '{"cnfrm_unsubscribe"|transcape}';
translate.err_input_email = '{"err_input_email"|transcape}';
translate.err_input_nickname = '{"err_input_nickname"|transcape}';
translate.err_input_message_subject = '{"err_input_message_subject"|transcape}';
translate.err_input_price = '{"err_input_price"|transcape}';
{literal}function position_this_window(){
	var x = (screen.availWidth - 600) / 2;
	window.resizeTo(600, screen.availHeight - 100);
	window.moveTo(Math.floor(x),50);
}{/literal}
{if $PAGE_VIEW eq 'printable'}Behaviour.addLoadEvent(function(){ldelim}position_this_window();setTimeout(window.print(),1000);{rdelim});{/if}
//-->

	function show_menu(id) {
	$("#top_menu #rootcat_"+id).tooltip({tip: '#cat_'+id,position: 'bottom', effect: 'fade', delay: '300'});
}
