
function getPar1(c1, c2)
{
window.document.cur.SetVariable('c1.cur', c1);
window.document.cur.SetVariable('c2.cur', c2);
}

function getPar2(v1, v2, v3, t1, t2, t3, d1, d2, d3)
{
window.document.infa.SetVariable("var1", v1);
window.document.infa.SetVariable("var2", v2);
window.document.infa.SetVariable("var3", v3);
window.document.infa.SetVariable("t1", t1);
window.document.infa.SetVariable("t2", t2);
window.document.infa.SetVariable("t3", t3);
window.document.infa.SetVariable("d1", d1);
window.document.infa.SetVariable("d2", d2);
window.document.infa.SetVariable("d3", d3);
}

function openb(source,title,name,w,h)
{
window.open('openb.htm?'+source+'|'+title,name,'width='+w+',height='+h+',location=no,menubar=no,resizeable=no,scrollbars=no,status=no,toolbar=no'); 
void(0);
}

function openf(url,name,w,h)
{
window.open(url,name,'width='+w+',height='+h+',location=no,menubar=no,resizeable=no,scrollbars=no,status=no,toolbar=no'); 
void(0);
}
