<!--
function z(name,w,h,title){l=(screen.width-w)/2; t=(screen.height-h)/2; q=w-2;g=h-2; obj=open("", "404", "top="+t+", left="+l+", width="+q+", height="+g+", status=no, toolbar=no, menubar=no"); obj.document.write("<title>"+title+"</title><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><img src="+name+" width="+w+" height="+h+ "></body>"); obj.document.close(); }

function JavaOpen(project,w,h) 
{
l=(screen.width-w)/2;
t=(screen.height-h)/2;
window.open(project,'new','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=n o,copyhistory=no,scrollbars=yes,width='+w+',height='+h+',top='+t+',left='+l);
}

function HideRichmedia()
{
document.getElementById('layer_richmedia').style.visibility = 'hidden';
}

function JavaOpenC1() 
{
w=700;
h=200;
l=(screen.width-w)/2;
t=(screen.height-h)/2;
window.open('wideprint_calc.php','new','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=n o,copyhistory=no,scrollbars=yes,width='+w+',height='+h+',top='+t+',left='+l);
}



function JavaOpenC2() 
{
w=500;
h=200;
l=(screen.width-w)/2;
t=(screen.height-h)/2;
window.open('lightbox_calc.php','new','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=n o,copyhistory=no,scrollbars=yes,width='+w+',height='+h+',top='+t+',left='+l);
}

function unsel_all()
{
for(var i=1; i <= 9; i++)
{
eval("infoblock"+i+".style.display='none';");
};
}

function sel(i)
{
unsel_all();
eval("infoblock"+i+".style.display='block';");
}

var timeoutID;

//-->


