/*بارگزاري صفحه*/
function loaddoc(){
var anc=document.getElementsByTagName('a');
for (var i=0; i<anc.length; i++){
if (anc[i].className=="l"){
	anc[i].onmouseover=function(){this.style.borderBottom='0px solid #00a69f'; this.style.color='black';}
	anc[i].onmouseout=function(){this.style.borderBottom='none'; this.style.color='#00a69f';}}
if (anc[i].className=="white"){
	anc[i].onmouseover=function(){this.style.color='#ffff00';}
	anc[i].onmouseout=function(){this.style.color='#ffffff';}}}
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';}}}}
/*جستجو در سايت*/
function qs(){
if (q.value.length==0){q.focus(); return;}
//document.location="http://www.google.com/search?hl=en&q=site:chakamehrecords.com " + encodeURIComponent(q.value);
document.location="search.php?search=" + q.value;}

