var basisurl = '/en';

function quickGo(mylink) {
   if (mylink != '[empty]') document.location.href=basisurl+mylink;
}

function imgPopup(winname,img,desc,height,width) {
   mon = window.open("",winname,"toolbar=yes,scrollbars=no,resizable=no,width="+width+",height="+height);
   mon.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>viaSonic sensor systems - '+desc+'</title></head><body style="margin:0;padding:0;"><a href="javascript:self.close()"><img src="'+img+'" width="'+width+'" height="'+height+'" alt="'+desc+'" style="border:none" /></a></body></html>');
}

function popUp1(wintype)
{
  popUp=window.open(wintype, 'NewWindows', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=620,height=650,left=22,top=22');
}

