function show_menu(z){
var x=document.getElementById(z);

	  if(x.style.display=='none'){
	x.style.display="block";
	if (typeof(__toBeShowSelects)=='function') { __toBeShowSelects ('hide'); }
	if(document.getElementById('week_select')){
     document.getElementById('week_select').style.display='none';
    }
	  }
	else{
	x.style.display="none";
	if (typeof(__toBeShowSelects)=='function') { __toBeShowSelects ('show'); }
	if(document.getElementById('week_select')){
     document.getElementById('week_select').style.display='block';
    }
	
	}

}

function show_menu2(z){
var x=document.getElementById(z);

	
	x.style.display="block";
	if (typeof(__toBeShowSelects)=='function') { __toBeShowSelects ('hide'); }	

}

function hide_menu(z){
var x=document.getElementById(z);
x.style.display="none";
if (typeof(__toBeShowSelects)=='function') { __toBeShowSelects ('show'); }

}	
document.write('<div class="drop-down" style="z-index:1000">');
//document.write('<a href="#" >');
document.write('<span style="cursor: pointer;" class="chnlicon" id="imgdropd"  onclick="show_menu(\'popup_menu\')" >&nbsp;<\/span>');
document.write('<a href="javascript:show_menu(\'popup_menu\')" id="linkdropd" >موسوعات المنتدى<\/a>');
document.write('<div class="popup-menu" id="popup_menu" style="display:none;" onmouseover="show_menu2(\'popup_menu\')" >');      
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=71\" target='_blank'>موسوعة عبداللطيف الكويتي<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=39\" target='_blank' target='_blank'>موسوعة عبدالله فضالة<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=29\" target='_blank'>موسوعة عوض دوخي<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=69\" target='_blank'>موسوعة سعود الراشد<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=25\" target='_blank'>موسوعة ام كلثوم<\/a>");
//document.write("<a href=\"http:\/\/ea4nt.com/story/story.html\" target='_blank'>قصص الانبياء<\/a>");     
//document.write("<a href=\"http://khamoosh.com">الطب البديل<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=74\" target='_blank'>قسم الفنان راشد الحملي<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=77\" target='_blank'>قسم الفنان عبدالكريم عبدالقادر<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=70\" target='_blank'>قسم الفنان مصطفى احمد<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=75\" target='_blank'>قسم الفنان غريد الشاطئ<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=49\" target='_blank'>قسم الفنان سلمان العماري<\/a>");
document.write("<a href=\"http://vb.khamoosh.com/forumdisplay.php?f=65\" target='_blank'>قسم الفنان يوسف المطرف<\/a>");
document.write("</div>");
document.write("</div>");