
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function show(id)
{
if (document.getElementById(id).style.display == "none")
{
document.getElementById(id).style.display = "";
}
else
{
document.getElementById(id).style.display = "none";
}
}



var fbo = ('')
var fid = ('')
function fat(id, bo) 
{
//alert(fid);
//alert(fbo);
if (fbo != "")
{
document.getElementById(fbo).style.display = "none";	
document.getElementById(fid).style.display = "";
}
document.getElementById(id).style.display = "none";	
document.getElementById(bo).style.display = "";
fbo = (bo)
fid = (id)
//alert(fid);
//alert(fbo);
}

function prod(id) {
document.getElementById(id).style.display = "";
}

function popUp(URL,w,h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+',left='+winl+',top='+wint);");
}
//-->


