var timeoutID;
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
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 MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function isOldIE() {
    if (navigator.appName == 'Microsoft Internet Explorer') {
        var ua = navigator.userAgent;
        var re  = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
        if (re.exec(ua) != null)
            return parseFloat( RegExp.$1 ) < 7.0;
    }
    return false;
}
function menuGetTop(menuObj) {
  menuTopPos = 0;
  while (menuObj) {
  if (menuObj.offsetTop)
  menuTopPos += menuObj.offsetTop;
  menuObj = menuObj.offsetParent;
  }
  return menuTopPos;
}
function menuInitPosition() {
  var oldIE = isOldIE();
  menuBox = document.getElementById("products_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("products_menu-menu").offsetWidth;
  menuTitle = document.getElementById("menus");
  menuBox.style.top = menuGetTop(menuTitle) + menuTitle.offsetHeight + 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("products_menu-iframe");
//  menuBox = document.getElementById("products_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("products_name_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("products_name_menu-menu").offsetWidth;
  parentMenuBox = document.getElementById("products_menu");
  menuBox.style.top = parseInt(parentMenuBox.style.top) + document.getElementById("products_name").cells[0].offsetTop - 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("products_name_menu-iframe");
//  menuBox = document.getElementById("products_name_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("products_type_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("products_type_menu-menu").offsetWidth;
  parentMenuBox = document.getElementById("products_menu");
  menuBox.style.top = parseInt(parentMenuBox.style.top) + document.getElementById("products_type").cells[0].offsetTop - 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("products_type_menu-iframe");
//  menuBox = document.getElementById("products_type_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("download_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("download_menu-menu").offsetWidth;
  menuTitle = document.getElementById("menus");
  menuBox.style.top = menuGetTop(menuTitle) + menuTitle.offsetHeight + 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("download_menu-iframe");
//  menuBox = document.getElementById("download_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("support_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("support_menu-menu").offsetWidth;
  menuTitle = document.getElementById("menus");
  menuBox.style.top = menuGetTop(menuTitle) + menuTitle.offsetHeight + 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("support_menu-iframe");
//  menuBox = document.getElementById("support_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("corporate_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("corporate_menu-menu").offsetWidth;
  menuTitle = document.getElementById("menus");
  menuBox.style.top = menuGetTop(menuTitle) + menuTitle.offsetHeight + 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("corporate_menu-iframe");
//  menuBox = document.getElementById("corporate_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("customers_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("customers_menu-menu").offsetWidth;
  menuTitle = document.getElementById("menus");
  menuBox.style.top = menuGetTop(menuTitle) + menuTitle.offsetHeight + 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("customers_menu-iframe");
//  menuBox = document.getElementById("customers_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("news_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("news_menu-menu").offsetWidth;
  menuTitle = document.getElementById("menus");
  menuBox.style.top = menuGetTop(menuTitle) + menuTitle.offsetHeight + 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("news_menu-iframe");
//  menuBox = document.getElementById("news_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("news_newsletter_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("news_newsletter_menu-menu").offsetWidth;
  parentMenuBox = document.getElementById("news_menu");
  menuBox.style.top = parseInt(parentMenuBox.style.top) + document.getElementById("news_newsletter").cells[0].offsetTop - 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("news_newsletter_menu-iframe");
//  menuBox = document.getElementById("news_newsletter_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("news_releases_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("news_releases_menu-menu").offsetWidth;
  parentMenuBox = document.getElementById("news_menu");
  menuBox.style.top = parseInt(parentMenuBox.style.top) + document.getElementById("news_releases").cells[0].offsetTop - 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("news_releases_menu-iframe");
//  menuBox = document.getElementById("news_releases_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("news_articles_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("news_articles_menu-menu").offsetWidth;
  parentMenuBox = document.getElementById("news_menu");
  menuBox.style.top = parseInt(parentMenuBox.style.top) + document.getElementById("news_articles").cells[0].offsetTop - 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("news_articles_menu-iframe");
//  menuBox = document.getElementById("news_articles_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("news_press_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("news_press_menu-menu").offsetWidth;
  parentMenuBox = document.getElementById("news_menu");
  menuBox.style.top = parseInt(parentMenuBox.style.top) + document.getElementById("news_press").cells[0].offsetTop - 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("news_press_menu-iframe");
//  menuBox = document.getElementById("news_press_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menuBox = document.getElementById("contact_menu");
  menuBoxWidth = menuBox.offsetWidth;
  if (oldIE) menuBoxWidth = document.getElementById("contact_menu-menu").offsetWidth;
  menuTitle = document.getElementById("menus");
  menuBox.style.top = menuGetTop(menuTitle) + menuTitle.offsetHeight + 1;
  if (oldIE) {
//  innerIFrame = document.getElementById("contact_menu-iframe");
//  menuBox = document.getElementById("contact_menu-menu");
//  innerIFrame.width = menuBox.offsetWidth;
//  innerIFrame.height = menuBox.offsetHeight;
  }
  menusReady = true;
}
function show(layer) {
hide();
document.getElementById(layer).style.visibility = "visible";
}
function hide() {
document.getElementById('products_menu').style.visibility = "hidden";
document.getElementById('products_type_menu').style.visibility = "hidden";
document.getElementById('products_name_menu').style.visibility = "hidden";
document.getElementById('download_menu').style.visibility = "hidden";
document.getElementById('support_menu').style.visibility = "hidden";
document.getElementById('corporate_menu').style.visibility = "hidden";
document.getElementById('customers_menu').style.visibility = "hidden";
document.getElementById('news_menu').style.visibility = "hidden";
document.getElementById('news_newsletter_menu').style.visibility = "hidden";
document.getElementById('news_releases_menu').style.visibility = "hidden";
document.getElementById('news_articles_menu').style.visibility = "hidden";
document.getElementById('news_press_menu').style.visibility = "hidden";
document.getElementById('contact_menu').style.visibility = "hidden";
}
function hideAll() {
timeoutID = setTimeout('hide()', 1000);
}
function cancelHideAll() {
clearTimeout(timeoutID);
}
function menuOn(option) {
document.getElementById(option).className = "navon";
if (option == "products_type") {
document.getElementById('products_type').className = "navon";	
document.getElementById('products_type_arrow').className = "pulldownmenuarrowwhite";
document.getElementById('products_type_menu').style.visibility = "visible";
document.getElementById('products_name_menu').style.visibility = "hidden";
}
if (option == "products_name") {
document.getElementById('products_name').className = "navon";	
document.getElementById('products_name_arrow').className = "pulldownmenuarrowwhite";
document.getElementById('products_type_menu').style.visibility = "hidden";
document.getElementById('products_name_menu').style.visibility = "visible";
}
if (option == "news_newsletter") {
document.getElementById('news_newsletter_menu').style.visibility = "visible";
document.getElementById('news_newsletter_arrow').className = "pulldownmenuarrowwhite";
document.getElementById('news_releases_menu').style.visibility = "hidden";
document.getElementById('news_articles_menu').style.visibility = "hidden";
document.getElementById('news_press_menu').style.visibility = "hidden";
}
if (option == "news_releases") {
document.getElementById('news_newsletter_menu').style.visibility = "hidden";
document.getElementById('news_releases_menu').style.visibility = "visible";
document.getElementById('news_releases_arrow').className = "pulldownmenuarrowwhite";
document.getElementById('news_articles_menu').style.visibility = "hidden";
document.getElementById('news_press_menu').style.visibility = "hidden";
}
if (option == "news_articles") {
document.getElementById('news_newsletter_menu').style.visibility = "hidden";
document.getElementById('news_releases_menu').style.visibility = "hidden";
document.getElementById('news_articles_menu').style.visibility = "visible";
document.getElementById('news_articles_arrow').className = "pulldownmenuarrowwhite";
document.getElementById('news_press_menu').style.visibility = "hidden";
}
if (option == "news_press") {
document.getElementById('news_press_menu').style.visibility = "hidden";
document.getElementById('news_releases_menu').style.visibility = "hidden";
document.getElementById('news_articles_menu').style.visibility = "hidden";
document.getElementById('news_press_menu').style.visibility = "visible";
document.getElementById('news_press_arrow').className = "pulldownmenuarrowwhite";
}
}
function menuOff(option) {
document.getElementById(option).className = "nav";
document.getElementById('products_type_arrow').className = "pulldownmenuarrow";
document.getElementById('products_name_arrow').className = "pulldownmenuarrow";
document.getElementById('news_newsletter_arrow').className = "pulldownmenuarrow";
document.getElementById('news_releases_arrow').className = "pulldownmenuarrow";
document.getElementById('news_articles_arrow').className = "pulldownmenuarrow";
document.getElementById('news_press_arrow').className = "pulldownmenuarrow";
}
function menuGo(option) {
  switch (option) {
  case "products_name" :
  self.location.href="/products/products.asp";
  break;
  case "products_type" :
  self.location.href="/products/products_type.asp";
  break;
  case "products_name_listserv" :
  self.location.href="/products/listserv.asp";
  break;
  case "products_name_maestro" :
  self.location.href="/products/maestro.asp";
  break;
  case "products_name_hdmail" :
  self.location.href="/products/hdmail.asp";
  break;
  case "products_name_listplex" :
  self.location.href="/products/listplex.asp";
  break;
  case "products_name_listplex_maestro" :
  self.location.href="/products/listplex_maestro.asp";
  break;
  case "products_name_ease" :
  self.location.href="/products/ease.asp";
  break;
  case "products_name_ease_maestro" :
  self.location.href="/products/ease_maestro.asp";
  break;
  case "products_name_training" :
  self.location.href="/products/training.asp";
  break;
  case "products_name_consulting" :
  self.location.href="/products/consulting.asp";
  break;
  case "products_type_emaillist" :
  self.location.href="/products/emaillist.asp";
  break;
  case "products_type_emailmarketing" :
  self.location.href="/products/emailmarketing.asp";
  break;
  case "products_type_smtpserver" :
  self.location.href="/products/smtpserver.asp";
  break;
  case "products_type_tcservices" :
  self.location.href="/products/tcservices.asp";
  break;
  case "download_overview" :
  self.location.href="/download/download.asp";
  break;
  case "download_listserv" :
  self.location.href="/download/listserv.asp";
  break;
  case "download_lite" :
  self.location.href="/download/listservlite.asp";
  break;
  case "download_maestro" :
  self.location.href="/download/maestro.asp";
  break;
  case "support_resources" :
  self.location.href="/resources/resources.asp";
  break;
  case "support_support" :
  self.location.href="/resources/support.asp";
  break;
  case "support_renewals" :
  self.location.href="/resources/renewals.asp";
  break;
  case "support_manuals" :
  self.location.href="/resources/manuals.asp";
  break;
  case "support_faq" :
  self.location.href="/resources/faq.asp";
  break;
  case "support_whitepaper" :
  self.location.href="/resources/whitepaper.asp";
  break;
  case "support_glossary" :
  self.location.href="/resources/glossary.asp";
  break;
  case "support_optinlaws" :
  self.location.href="/resources/optinlaws.asp";
  break;
  case "support_listservcommunity" :
  self.location.href="/resources/listserv-community.asp";
  break;
  case "corporate_corporate" :
  self.location.href="/corporate/corporate.asp";
  break;
  case "corporate_facts" :
  self.location.href="/corporate/facts.asp";
  break;
  case "corporate_management" :
  self.location.href="/corporate/management.asp";
  break;
  case "corporate_lsofthistory" :
  self.location.href="/corporate/history.asp";
  break;
  case "corporate_listservhistory" :
  self.location.href="/corporate/history_listserv.asp";
  break;
  case "corporate_press" :
  self.location.href="/corporate/press.asp";
  break;
  case "corporate_jobs" :
  self.location.href="/corporate/jobs.asp";
  break;
  case "corporate_community" :
  self.location.href="/corporate/community.asp";
  break;
  case "corporate_legal" :
  self.location.href="/corporate/legal.asp";
  break;
  case "corporate_trademark" :
  self.location.href="/corporate/trademark.asp";
  break;
  case "corporate_privacy" :
  self.location.href="/corporate/privacypolicy.asp";
  break;
  case "customers_customers" :
  self.location.href="/customers/customers.asp";
  break;
  case "customers_casestudies" :
  self.location.href="/customers/casestudies.asp";
  break;
  case "customers_testimonials" :
  self.location.href="/customers/testimonials.asp";
  break;
  case "news_news" : 
  self.location.href="/news/news.asp";
  break;
  case "news_newsletter" : 
  self.location.href="/news/newsletter-us.asp";
  break;
  case "news_newsletter_us" : 
  self.location.href="/news/newsletter-us.asp";
  break;
  case "news_newsletter_europe" : 
  self.location.href="/news/newsletter-eu.asp";
  break;
  case "news_releases" : 
  self.location.href="/news/releases-us.asp";
  break;
  case "news_releases_us" : 
  self.location.href="/news/releases-us.asp";
  break;
  case "news_releases_europe" : 
  self.location.href="/news/releases-eu.asp";
  break;
  case "news_articles" : 
  self.location.href="/news/articles-us.asp";
  break;
  case "news_articles_us" : 
  self.location.href="/news/articles-us.asp";
  break;
  case "news_articles_europe" : 
  self.location.href="/news/articles-eu.asp";
  break;
  case "news_press" : 
  self.location.href="/news/press-us.asp";
  break;
  case "news_press_us" : 
  self.location.href="/news/press-us.asp";
  break;
  case "news_press_europe" : 
  self.location.href="/news/press-eu.asp";
  break;
  case "contact_prodinfo" :
  self.location.href="/contact/prodinfo.asp";
  break;
  case "contact_contact" :
  self.location.href="/contact/contact.asp";
  break;
  case "contact_optin" :
  self.location.href="/contact/optin.asp";
  break;
}
}
function jumpLocal(form) {
location.replace('default.asp?local=' + form);
}
function showScreenshot(screenshot,description) {
if( window.innerHeight && window.scrollMaxY )  {
pageWidth = document.body.clientWidth;
/* pageWidth = window.innerWidth + window.scrollMaxX; */
pageHeight = window.innerHeight + window.scrollMaxY;
}
else if ( document.body.scrollHeight > document.body.offsetHeight ) {
pageWidth = document.body.clientWidth;
/* pageWidth = document.body.scrollWidth; */
pageHeight = document.body.scrollHeight;
} else {
pageWidth = document.body.clientWidth;
/* pageWidth = document.body.offsetWidth + document.body.offsetLeft; */
pageHeight = document.body.offsetHeight + document.body.offsetTop;
}
document.getElementById('screenshot').style.visibility = "visible";
document.getElementById('screenshot').innerHTML = "<table width='" + pageWidth + "' height='" + pageHeight + "' class='screenshot'><tr><td valign='center' align='top'><div id='image' style='position:absolute; left:1px; top:1px; width: 1px; height: 1px; z-index:51'><table cellpadding='0' cellspacing='0' bgcolor='#ffffff'><tr class='screenhead'><td class='screenhead'><table><tr><td width='785' align='left' valign='top'><p class='screentext'>" + description + "</p></td><td width='15' align='right' valign='middle'><a href='javascript:hideScreenshot()'><img src='/images/close.gif' alt='Close Screenshot' title='Close Screenshot' border='0'></a></td></tr></table></td></tr><tr class='screenbody'><td class='screenbody'><a href='javascript:hideScreenshot()'><img src='"+screenshot+"' alt='Close Screenshot' title='Close Screenshot' style='border:1px solid #333333'></a></td></tr></table></div></td></tr></table>";
document.getElementById("image").style.top = document.body.scrollTop+40;
document.getElementById("image").style.left = (document.body.clientWidth-800)/2;
}
function hideScreenshot() {
document.getElementById('screenshot').style.visibility = "hidden";
document.getElementById('screenshot').innerHTML = "";
document.getElementById('screenshot').style.width = "1px";
document.getElementById('screenshot').style.height = "1px";
}
function windowUp(url, name, variables) {
window.open(url,name,variables);
}
function newsletter(url) {
window.open(url,'newsletter','width=800,height=500,toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,');
}
function jumpCustomer(form) {
location.replace('customers.asp?product=' + form);
}
function jumpCaseStudies(form) {
location.replace('casestudies.asp?product=' + form);
}
function jumpTestimonial(form) {
location.replace('testimonials.asp?product=' + form);
}
function jumpWp(form) {
location.replace('whitepaper.asp?product=' + form);
}
function jumpBio(form) {
location.replace('management.asp?bio=' + form);
}
function getMouse(e) {
var posx;
var posy;
var ev=(!e)?window.event:e;
if (ev.pageX) {
posx=ev.pageX;
posy=ev.pageY;
}
else if(ev.clientX) {
posx=ev.clientX;
posy=ev.clientY+document.body.scrollTop;
}
else {
return false;
}
if (document.getElementById("screenshot")) {
if ((posy + document.getElementById("screenshot").offsetHeight) > (document.body.clientHeight + document.body.scrollTop)) {
if (document.getElementById("screenshot").offsetHeight > document.body.clientHeight) {
document.getElementById("screenshot").style.top = document.body.scrollTop + 10;
} else {
document.getElementById("screenshot").style.top = document.body.clientHeight - document.getElementById("screenshot").offsetHeight - 10 + document.body.scrollTop;
}
} else {
document.getElementById("screenshot").style.top = posy;
}
document.getElementById("screenshot").style.left = (posx+20);
}
}
function showDesc(top,desc) {
document.getElementById("screenshot").innerHTML = "<table cellpadding='0' cellspacing='0' border='0'><tr><td valign='bottom' align='right'><img src='/images/boxcorner_1.png' width='16' height='16' alt=''></td><td valign='bottom' background='/images/boxtop.png'><img src='/images/b-blank.gif' height='16' width='16' alt=''></td><td valign='bottom' align='left'><img src='/images/boxcorner_2.png' width='16' height='16' alt=''></td></tr><tr><td background='/images/boxleft.png' align='right'><img src='/images/b-blank.gif' height='16' width='16' alt=''></td><td valign='top' align='left'><table width='300' cellspacing='0' cellpadding='5' border='0' class='tableframe'><tr><td valign='top' bgcolor='#ffffff'><table width='100%'><tr><td><p class='downloadbody'><b>" + top + "</b></p><hr><p class='downloadbody'>" + desc + "</p></td></tr></table></td></tr></table></td><td background='/images/boxright.png' align='left'><img src='/images/b-blank.gif' height='16' width='16' alt=''></td></tr><tr><td valign='top' align='right'><img src='/images/boxcorner_3.png' width='16' height='16' alt=''></td><td background='/images/boxbottom.png' valign='top'><img src='/images/b-blank.gif' width='16' height='16' alt=''></td><td valign='top' align='left'><img src='/images/boxcorner_4.png' width='16' height='16' alt=''></td></tr></table>";
document.getElementById("screenshot").style.width = 400;
if ((document.getElementById("screenshot").style.top + document.getElementById("screenshot").offsetHeight) > (document.body.clientHeight + document.body.scrollTop)) {
if (document.getElementById("screenshot").offsetHeight > document.body.clientHeight) {
document.getElementById("screenshot").style.top = document.body.scrollTop + 10;
} else {
document.getElementById("screenshot").style.top = document.body.clientHeight - document.getElementById("screenshot").offsetHeight - 10 + document.body.scrollTop;
}
}
document.getElementById("screenshot").style.visibility = "visible";
}
function hideDesc() {
document.getElementById("screenshot").innerHTML = "";
document.getElementById("screenshot").style.width = 1;
document.getElementById("screenshot").style.visibility = "hidden";
}
