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://re7an.net/index-old.html\">مجموعة ريحان<\/a>");
document.write("<a href=\"http:\/\/re7an.net\">ريحان سوفت<\/a>");
document.write("<a href=\"http:\/\/roh.re7an.net\">روح المعاني<\/a>");
document.write("<a href=\"http:\/\/rshfa.re7an.net\">رشفة قهوة<\/a>");
document.write("<a href=\"http:\/\/tamayaz.re7an.net\">تميز سبورت<\/a>");
document.write("<a href=\"http:\/\/re7an.net/vb\">ريحان الجنة<\/a>");
document.write("<a href=\"http:\/\/irbidnt.com\">إربد نت<\/a>");
document.write("<a href=\"http:\/\/sa7tna.re7an.net\">ساحتنا<\/a>");
document.write("<a href=\"http:\/\/up.re7an.net\">حقيبة رفع الملفات و الصور<\/a>");
document.write("<a href=\"http:\/\/islam.re7an.net\">المكتبة الإسلامية<\/a>");
document.write("<a href=\"http:\/\/games.re7an.net\">ساعة فراغ<\/a>");
document.write("<a href=\"http:\/\/re7an.net/chat\">الدردشة الصوتية<\/a>");
document.write("<a href=\"http:\/\/irbidnt.re7an.net/dewan\">ديوان الشعر<\/a>");
document.write("<a href=\"http:\/\/irbidnt.re7an.net/gallery\">ألبوم الصور<\/a>");
document.write("<a href=\"http:\/\/irbidnt.re7an.net/blog.php\">المدونات<\/a>");

document.write("</div>");
  
document.write("</div>");

  
