top.slf=self.location.href;
var tb,hn,mg,bw,tb,hn,mg,bw;
function art(){
bw=document.body.clientWidth;
tb=document.getElementById('tb');
hn=document.getElementById('hn');
var hw=hn.offsetTop+hn.offsetHeight;
tb.style.top=hw+'px';
tb.style.width=bw+'px';
}

function sinf(){
tb.style.visibility='visible';
}

function nhide(){
tb.style.visibility='hidden';
}

function msov(obj){
if(self.name!="fprint")
obj.style.border='10px ridge #ffffff';
}

function msout(obj){
obj.style.border = '10px solid #eeeeee';
}

function parceLoc(str){
var spl=str.split('/');
var lsp=spl.length-1;
return spl[lsp];
}

function wnd(){
art();
var dln=document.links;
var lnt=dln.length;
for(var i=0;i<lnt;i++){
if(dln[i].href.indexOf('(')==-1){
var hrf=parceLoc(dln[i].href);
dln[i].href='/?'+hrf;
dln[i].target='_top';
  }
 }
}

var loc=parceLoc(location.href);

if(self==top){
if(self.name=="fprint")
document.write('<table align="center"><tr><td><img border="0" src="images/LIGHTARTDESIGNIVANOVAFINAL.gif" border="0"><hr></td></tr></table>');
else{
var lnk='/?'+loc;
location.replace(lnk);
 }
}
else{
top.document.title=document.title;
loc=top.location.search.substr(1);
window.onload=wnd;
}


