function show_menu(z){
var x=document.getElementById(z);

	  if(x.style.display=='none'){
	x.style.display="block";
	if (typeof(__toBeShowSelects)=='function') { __toBeShowSelects ('hide'); }
	
	  }
	else{
	x.style.display="none";
	if (typeof(__toBeShowSelects)=='function') { __toBeShowSelects ('show'); }
	}

}

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 id="linkdropd" href="javascript:show_menu(\'popup_menu\')"> Maktoob Channels<\/a>');
document.write('<div class="popup-menu" id="popup_menu" style="display:none;" onmouseover="show_menu2(\'popup_menu\')" >');

document.write("<a href=\"http:\/\/alfrasha.maktoob.com\">Alfrasha<\/a>");
document.write("<a href=\"http:\/\/almobile.maktoob.com\">Al-mobile<\/a>");
document.write("<a href=\"http:\/\/arb3.maktoob.com\">Arb3<\/a>");
document.write("<a href=\"http:\/\/as7ab.maktoob.com\">As7ab<\/a>");
document.write("<a href=\"http:\/\/bentelhalal.maktoob.com\/Bentelhalal2006\/Index.php?Lang=En\">Bentelhalal<\/a>");
document.write("<a href=\"http:\/\/www.maktoobblog.com\">Blogs<\/a>");
document.write("<a href=\"http:\/\/business.maktoob.com\/?lang=en\">Business<\/a>");
document.write("<a href=\"http:\/\/cards.maktoob.com\">Cards<\/a>");
document.write("<a href=\"http:\/\/cars.maktoob.com\">Cars<\/a>");
document.write("<a href=\"http:\/\/chat.maktoob.com\">Chat<\/a>");
document.write("<a href=\"http:\/\/clipat.maktoob.com\">Clipat<\/a>");
//document.write("<a href=\"javascript:\/\/\/\" onClick=\"window.open(\'http:\/\/web4.maktoob.com:8080\/dictionary\/index_new.jsp?language=en&nm='+Math.floor(100000*Math.random()), 'Dictionarywin', 'resizable=no,width=620,height=350,status=yes,location=no,toolbar=no,scrollbars=no\');\">Dictionary<\/a>");
document.write("<a href=\"http:\/\/daleel.maktoob.com\">Directory<\/a>");
document.write("<a href=\"http:\/\/finance.maktoob.com\">Finance<\/a>");
document.write("<a href=\"http:\/\/forum.maktoob.com\">Forums<\/a>");
document.write("<a href=\"http:\/\/games.maktoob.com\">Games<\/a>");
document.write("<a href=\"http:\/\/helwa.maktoob.com\">Helwa<\/a>");
document.write("<a href=\"http:\/\/quran.maktoob.com\">Islam<\/a>");
document.write("<a href=\"http:\/\/jokes.maktoob.com\">Jokes<\/a>");
document.write("<a href=\"http:\/\/mail.maktoob.com\/\">Mail<\/a>");
document.write("<a href=\"http:\/\/majdah.maktoob.com\">Majdah<\/a>");
document.write("<a href=\"http:\/\/mobile.maktoob.com\">Mobile<\/a>");
//document.write("<a href=\"http:\/\/movies.maktoob.com\">Movies<\/a>");
//document.write("<a href=\"http:\/\/melodies.maktoob.com\/index.asp?language=en\">Music Melodies<\/a>");
document.write("<a href=\"http:\/\/news.maktoob.com\">News<\/a>");
//document.write("<a href=\"http:\/\/qamari.maktoob.com\">Qamari<\/a>");
document.write("<a href=\"http:\/\/seenjeem.maktoob.com\">Seen Jeem<\/a>");
document.write("<a href=\"http:\/\/skype.maktoob.com\">Skype<\/a>");
document.write("<a href=\"http:\/\/www.sport4ever.com\">Sports<\/a>");
document.write("<a href=\"http:\/\/travel.maktoob.com\">Travel4Arab<\/a>");
//document.write("<a href=\"http:\/\/tvguide.maktoob.com\">TV. Guide<\/a>");
document.write("<a href=\"http:\/\/uaesm.maktoob.com\">Uaesm<\/a>");
document.write("<a href=\"http:\/\/zoom.maktoob.com\">Zoom<\/a>");
document.write("<a href=\"http:\/\/english.maktoob.com\/feedback.php\">Contact Us<\/a>");
						
document.write('<\/div>');
document.write('<\/div>');
