//SET TOOLTIP DESCRIPTIONS BELOW
//Extend or contract array as needed
var description=new Array()
description[0]='Showoff your big wins! Warn others about glitches.
Click on send screen to upload your screenshots for .'
description[1]='What`s your experience with ? Click on comment to post a comment.'
description[2]='Click on rate to rate .'
description[3]=':You can click on this site`s name when you are ready to try it.
If there is more than one language option, you will have to click on the prefered language below.'
description[4]=''
description[5]=''
description[6]=''
description[7]=''
//Do not edit below here
iens6=document.all||document.getElementById
ns4=document.layers
var thename
var theobj
var thetext
var winHeight
var winPositionFromTop
var winWidth
var startH=2
var openTimer
function setObj(text,itext,theswitch,inwidth,inheight)
{
// thetext = substText(text,itext);
thetext = text.replace("",itext)
// thetext=text
if(iens6){
thename = "viewer"
theobj=document.getElementById? document.getElementById(thename):document.all.thename
winHeight=100
if(iens6&&document.all) {
winPositionFromTop=document.body.clientHeight
winWidth=(document.body.clientWidth-document.body.leftMargin)
}
if(iens6&&!document.all) {
winPositionFromTop=window.innerHeight
winWidth=(window.innerWidth-(document.body.offsetLeft+30))
}
if(theswitch=="override") {
winWidth=inwidth
winHeight=inheight
}
theobj.style.width=winWidth
theobj.style.height=startH
if(iens6&&document.all) {
theobj.style.top=document.body.scrollTop+winPositionFromTop
theobj.innerHTML = ""
theobj.insertAdjacentHTML("BeforeEnd","")
}
if(iens6&&!document.all) {
theobj.style.top=window.pageYOffset+winPositionFromTop
theobj.innerHTML = ""
theobj.innerHTML=""
}
}
if(ns4){
thename = "nsviewer"
theobj = eval("document."+thename)
winPositionFromTop=window.innerHeight
winWidth=window.innerWidth
winHeight=100
if(theswitch=="override") {
winWidth=inwidth
winHeight=inheight
}
theobj.moveTo(0,eval(window.pageYOffset+winPositionFromTop))
theobj.width=winWidth
theobj.clip.width=winWidth
theobj.document.write("")
theobj.document.close()
}
viewIt()
}
function viewIt() {
if(startH<=winHeight) {
if(iens6) {
theobj.style.visibility="visible"
theobj.style.filter='alpha(opacity=95)'
if(iens6&&document.all) {
theobj.style.top=(document.body.scrollTop+winPositionFromTop)-startH
}
if(iens6&&!document.all) {
theobj.style.top=(window.pageYOffset+winPositionFromTop)-startH
}
theobj.style.height=startH
startH+=2
openTimer=setTimeout("viewIt()",10)
}
if(ns4) {
theobj.visibility = "visible"
theobj.moveTo(0,(eval(window.pageYOffset+winPositionFromTop)-startH))
theobj.height=startH
theobj.clip.height=(startH)
startH+=2
openTimer=setTimeout("viewIt()",10)
}
}else{
clearTimeout(openTimer)
}
}
function stopIt() {
if(iens6) {
theobj.innerHTML = ""
theobj.style.visibility="hidden"
startH=2
}
if(ns4) {
theobj.document.write("")
theobj.document.close()
theobj.visibility="hidden"
theobj.width=0
theobj.height=0
theobj.clip.width=0
theobj.clip.height=0
startH=2
}
}
function addBookmark(title,url) {
if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}
function clk(site) {
if (document.images) {
(new Image()).src="/action/sendto.cfm?site=" + escape(site) + "&rand=" + (1 + Math.floor(Math.random() * 9000));
}
return true;
}
function lclk(site) {
if (document.images) {
(new Image()).src="/action/sendto2.cfm?site=" + escape(site) + "&rand=" + (1 + Math.floor(Math.random() * 9000));
}
return true;
}
function guestdeny(){
alert("Members Only. Registration is free. No spam or newsletters.");
}
function previewImage(fileInfo) {
var filename = "";
//create the path to your local file
imageBrowse = document.getElementById("imagefile");
actualImage = document.getElementById("ImgPrev");
if (fileInfo == null) {
if (imageBrowse != "") {
filename = "file:///" + imageBrowse.value;
}
} else {
filename = "file:///" + fileInfo;
}
//check if there is a value
if (filename == "") {
imageBrowse.focus();
} else {
actualImage.setAttribute("src", filename);
}
}
bRecall = 'Try Again';
function enabButton(butn){
var butn = (butn == null) ? "subButton" : butn;
document.getElementById(butn).disabled = 0;
document.getElementById(butn).value = bRecall;
}
function disabButton(butn)
{
var butn = (butn == null) ? "subButton" : butn;
document.getElementById(butn).disabled = 1;
bRecall = document.getElementById(butn).value;
document.getElementById(butn).value = 'processing request';
}