var Ovr2='';

var currencyCSS='#currency {background-color: transparent;';
var currencyCSS=currencyCSS+'position:fixed;';
var currencyCSS=currencyCSS+'height:154px;';
var currencyCSS=currencyCSS+'width: 154px;';
var currencyCSS=currencyCSS+'right: 320px;';
var currencyCSS=currencyCSS+'overflow: hidden;';
var currencyCSS=currencyCSS+'visibility: hidden;';
var currencyCSS=currencyCSS+'z-index: 100;}';

document.write('<style type="text/css">'+currencyCSS+'</style>');
function fenster_zu()
{
var cred_id='currency';
var ie_browser='hidden';
var www_browser='hidden';
var nn_browser='hidden';

if(document.getElementById)
{
eval("document.getElementById(cred_id).style.visibility=\""+www_browser+"\"");
}
else
{
if(document.layers){document.layers[cred_id].visibility=nn_browser;
}
else
{
if(document.all)
{
eval("document.all."+cred_id+".style.visibility=\""+ie_browser+"\"");
}}}}

function fenster_auf()
{
cred_id='currency';
var ie_browser='visible';
var www_browser='visible';
var nn_browser='show';

if(document.getElementById)
{
eval("document.getElementById(cred_id).style.visibility=\""+www_browser+"\"");
}
else
{
if(document.layers)
{
document.layers[cred_id].visibility=nn_browser;
}
else
{
if(document.all)
{
eval("document.all."+cred_id+".style.visibility=\""+ie_browser+"\"");
}}}}

function Currency_fix()
{

document.write('<div id="currency">');
document.write('<IFRAME src="../h_en/switzerland.htm" WIDTH=154 HEIGHT=154 FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no allowtransparency=true></IFRAME>');
document.write('</div>');

document.write('<div id="world">');
document.write('<img src="../n/the_currency_tr.gif" alt="The World Wide Currency" border="0" onMouseOver="Ovr=setTimeout(\'fenster_auf()\',1000);clearTimeout(Ovr2)" onMouseOut="Ovr2=setTimeout(\'fenster_zu()\',4000);clearTimeout(Ovr)"');
document.write('</div>');

}
function Currency()
{

document.write('<div id="currency">');
document.write('<IFRAME src="../h_en/switzerland.htm" WIDTH=154 HEIGHT=154 FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no allowtransparency=true></IFRAME>');
document.write('</div>');

document.write('<div align="right" style="margin-top: -17px;padding-bottom: 7px;">');
document.write('<img src="../n/the_currency_tr.gif" alt="The World Wide Currency" border="0" onMouseOver="Ovr=setTimeout(\'fenster_auf()\',1000);clearTimeout(Ovr2)" onMouseOut="Ovr2=setTimeout(\'fenster_zu()\',4000);clearTimeout(Ovr)"');
document.write('</div><div style="margin-top: -27px;"></div>');

}

