function showLogo(){ document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
 
'); } function showReply(){ for (i=0;i'); document.write('  '+topicTrim(data[1],30)+' wrote on '+data[0]+''); document.write('
'); document.write('
'+data[3]+'

'); document.write('
'); document.write(' '); if (data[4]!="http://"){document.write('  ');} if (data[2]==1){document.write('  ');} if (data[7]==1){document.write('  ');} if (data[8]>=1){document.write('has been edited '+data[8]+'x');} document.write(''); document.write(''); document.write('
'); } } function showPostings(){ document.write(''); document.write(''); for (i=0;i'); } document.write('
 Latest '+strPosts.length+' posts
'+topicTrim(tracker[1],48)+'
'); document.write('

'); } function showReplyWindow(){ document.write(''); document.write(''); for (i=0;i'); } document.write('
 Latest '+strReplies.length+' replies
'+topicTrim(tracker[1],48)+'
'); } function showMessage(){ document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'+(topic)+'
  Posted by '+(poster)+' at '+(posttime)+'

'+(message)+'
'); showNormalReply(); showReply(); showQuickinput(); document.write('
'); } function showFriendWindow(){ document.write(''); document.write(''); for (i=0;i'); } document.write('
 Friends of Vampier.net
'+topicTrim(tracker[0],48)+'
'); } function showSearchWindow(){ document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
 Search the Archive


Compatible with:
'); document.write('
'); } function displayNews(strText){ var x=event.x+document.body.scrollLeft var y=event.y+document.body.scrollTop document.getElementById("news").innerHTML=' '+unescape(strText)+' '; document.getElementById("news").style.top=y+15; document.getElementById("news").style.left=x+15; } function hide(){ document.getElementById("news").style.top=-100; } function showemail(id){ window.open('showemail.php?id='+id,'email','width=650,height=50,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no'); } function topicTrim(strTopic,intLength){ if (strTopic.length>intLength){ strTopic=strTopic.substring(0,intLength-3)+'...'; } return strTopic; } function resizeImage(objImage){ if(!objImage){var image = window.event.srcElement;} height = objImage.height; width = objImage.width; objImage.width = 550; objImage.height = Math.floor(height/(width/550)); objImage.style.border = "dashed 1px silver"; } function showemail(id,topic){ window.open('showemail.php?id='+id,'email','width=650,height=50,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no'); } function addreply(){ window.open('doreply.php?id='+topicID,'reply','width=670,height=542,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no'); } function editreply(messageid){ window.open('doreply.php?editid='+messageid+'&edit=true&id=1','Edit','width=670,height=542,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no'); } function showQuickinput(){ if (Messageclosed==0 && replyName.length>0){ document.write('
'); document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
Quick Reply for :\''+replyName+'\'
'); document.write('
'); } } function checkQuickform(){ text=document.addform.text.value; if(text.length<=1){alert("No reaction given");return false;} return true; } function showNormalReply(){ if (Messageclosed==0){ document.write('
'); document.write(''); document.write(''); document.write('
Reply to \''+unescape(topic)+'\'

'); } } function checkImages(){ images=document.images.length; for (i=5;i600){ resizeImage(document.images[i]); } } } function resizeImage(objImage){ if(!objImage){var image = window.event.srcElement;} height = objImage.height; width = objImage.width; objImage.width = 600; objImage.height = Math.floor(height/(width/550)); objImage.style.border = "dashed 1px silver"; }