//
"
+"

'
+'
'
+'
'
+'
'
+'
'
+'
'
+'
'
+'
'
function ShowObject(sName,iSec)
{
if(iSec!="")
setTimeout('document.getElementById("'+sName+'").style.display="block"',iSec)
else
document.getElementById(sName).style.display="block"
}
function HideObject(sName,iSec)
{
if(iSec!="")
setTimeout('document.getElementById("'+sName+'").style.display="none"',iSec)
else
document.getElementById(sName).style.display="none"
}
function randomvalue(low, high) {
return Math.floor(Math.random() * (1 + high - low) + low);
}
function Query(aInput)
{
var sTemp = location + ""
var aTemp = new Array
aTemp = sTemp.split("?")
if(aTemp.length==1)
return ""
else
{
var xTemp = new Array
var bFound = false
xTemp = aTemp[1].split("&")
for (var i=0;i| ' +'' +' | ' +' | ' +' ' +' |
| ' +' | ||
'+stemp+"
Click to view bigger picture
'+stemp+"
Click to view bigger picture
| "+(++iCount)+" | "+j[i]+sPic+" |
"+arrFull[sub]+"
" writeMain(sTemp) if(arrT[sub]) { a_a=arrT[sub].split(',') b_b=arrD[sub].split(',') writeThumbs('a_a','b_b',a_a,b_b) } } } function openForce(sname,sdesc) { top.frame1.t_aThumb='' top.frame1.t_aDesc='' top.frame1.t_index='' top.frame1.t_index2='' if(sdesc) {} else sdesc='' document.location="show.htm?img="+sname+'&desc='+escape(sdesc) //var b = window.open('pop.htm?img='+sname,"_blank","scrollbars=1,width=600,height=500,location=0,menubar=0,personalbar=0,status=0,resizable=1"); //b.focus(); } function URLDecode(aInput) { // Replace + with ' ' // Replace %xx with equivalent character // Put [ERROR] in output if %xx is invalid. var HEXCHARS = "0123456789ABCDEFabcdef"; var encoded = aInput; var plaintext = ""; var i = 0; while (i < encoded.length) { var ch = encoded.charAt(i); if (ch == "+") { plaintext += " "; i++; } else if (ch == "%") { if (i < (encoded.length-2) && HEXCHARS.indexOf(encoded.charAt(i+1)) != -1 && HEXCHARS.indexOf(encoded.charAt(i+2)) != -1 ) { plaintext += unescape( encoded.substr(i,3) ); i += 3; } else { //alert( 'Bad escape combination near ...' + encoded.substr(i) ); //plaintext += "%[ERROR]"; i++; } } else { plaintext += ch; i++; } } // while return plaintext; } function writeWindow(aInput) { window.open('window.htm?var='+aInput,"_blank","scrollbars=1,width=600,height=500,location=0,menubar=0,personalbar=0,status=0,resizable=1"); }