var xmlHttp
function showFiles(str)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="showFiles.php"
url=url+"?page="+str+"&type=all"
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function showImages(str)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="showFiles.php"
url=url+"?page="+str+"&type=images"
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function showAudio(str)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="showFiles.php"
url=url+"?page="+str+"&type=audio"
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function showVideo(str)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="showFiles.php"
url=url+"?page="+str+"&type=video"
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function showFlash(str)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="showFiles.php"
url=url+"?page="+str+"&type=flash"
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function showDocs(str)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="showFiles.php"
url=url+"?page="+str+"&type=docs"
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function showArchives(str)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="showFiles.php"
url=url+"?page="+str+"&type=archives"
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFiles(str,q)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="searchFiles.php"
url=url+"?page="+str+"&type=all"+"&q="+q
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchImages(str,q)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="searchFiles.php"
url=url+"?page="+str+"&type=images"+"&q="+q
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchAudio(str,q)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="searchFiles.php"
url=url+"?page="+str+"&type=audio"+"&q="+q
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchVideo(str,q)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="searchFiles.php"
url=url+"?page="+str+"&type=video"+"&q="+q
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFlash(str,q)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="searchFiles.php"
url=url+"?page="+str+"&type=flash"+"&q="+q
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchDocs(str,q)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="searchFiles.php"
url=url+"?page="+str+"&type=docs"+"&q="+q
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchArchives(str,q)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="searchFiles.php"
url=url+"?page="+str+"&type=archives"+"&q="+q
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFolderFiles(str,id)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="http://fliiby.com/searchFolder.php"
url=url+"?page="+str+"&type=all"+"&id="+id
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFolderImages(str,id)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="http://fliiby.com/searchFolder.php"
url=url+"?page="+str+"&type=images"+"&id="+id
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFolderAudio(str,id)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="http://fliiby.com/searchFolder.php"
url=url+"?page="+str+"&type=audio"+"&id="+id
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFolderVideo(str,id)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="http://fliiby.com/searchFolder.php"
url=url+"?page="+str+"&type=video"+"&id="+id
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFolderFlash(str,id)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="http://fliiby.com/searchFolder.php"
url=url+"?page="+str+"&type=flash"+"&id="+id
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFolderDocs(str,id)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="http://fliiby.com/searchFolder.php"
url=url+"?page="+str+"&type=docs"+"&id="+id
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function searchFolderArchives(str,id)
{xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request")
return}
var url="http://fliiby.com/searchFolder.php"
url=url+"?page="+str+"&type=archives"+"&id="+id
url=url+"&sid="+Math.random()
xmlHttp.onreadystatechange=stateChanged
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
document.getElementById("contentHtml").innerHTML="<table width='100' border='0'><tr><td width='16'><img src='http://fliiby.com/scripts/loading.gif' /></td><td width='74'><span class='style3'>Loading...</span></td></tr></table>"}
function stateChanged()
{if(xmlHttp.readyState==4||xmlHttp.readyState=="complete")
{document.getElementById("contentHtml").innerHTML=xmlHttp.responseText}}
function GetXmlHttpObject()
{var xmlHttp=null;try
{xmlHttp=new XMLHttpRequest();}
catch(e)
{try
{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}
catch(e)
{xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}}
return xmlHttp;}