/*بارگزاري صفحه*/
function loaddoc(){
var anc=document.getElementsByTagName('div');
for (var i=0; i<anc.length; i++){
if (anc[i].className=="border"){
	anc[i].onmouseover=function(){this.className='border2';}
	anc[i].onmouseout=function(){this.className='border';}}
if (anc[i].className=="menu"){
	anc[i].onmouseover=function(){this.style.backgroundColor='#e8e8e8';}
	anc[i].onmouseout=function(){this.style.backgroundColor='#f8f8f8';}}}
var anc=document.getElementsByTagName('a');
for (var i=0; i<anc.length; i++){
if (anc[i].className=="l"){
	anc[i].onmouseover=function(){this.style.color='black';}
	anc[i].onmouseout=function(){this.style.color='#339966';}}}}
/*جستجو در سايت*/
function qs(){
if (q.value.length==0){q.focus(); return;}
//document.location="http://www.google.com/search?hl=en&q=site:hyrcanmaftool.com " + encodeURIComponent(q.value);
document.location="search.php?search=" + q.value;}

