// QIRD 6.0
// (c) QIRD Inc
// http://www.QIRD.com
// All Rights Reserved World Wide.

window.defaultStatus="3Arabia Music.com VI ÚÑÇÈíÇ ãíæÒíß";

var leave = 1;
var ua = window.navigator.userAgent;
var msie = ua.indexOf("MSIE ");
function random_model(a, z)
	{
	var range = z-a+1;
	return (Math.floor(Math.random() * Math.pow(10,("" + range).length)) % range) + parseInt(a);
	}

 menuItems = new Array();
 menuItemNum = 0;

 function addMenuItem(text, url, img){
  if(img) menuItems[menuItemNum] = new Array(text, url, img);
  else if(text) menuItems[menuItemNum] = new Array(text, url);
  else menuItems[menuItemNum] = new Array();
  menuItemNum++;
 }
 
 menuWidth = 125; //menu width
 menuHeight = 80; //menu height
 menuDelay = 50; //delay before menu appears
 menuSpeed = 8; //speed which menu appears (lower=faster)
 menuOffset = 1; //offset of menu from mouse pointer

 addMenuItem();
 addMenuItem("VOTE ÑÔÍ > 001","javascript:LINKPOP01();");
 addMenuItem("VOTE ÑÔÍ > 002","javascript:LINKPOP02();");
 addMenuItem("VOTE ÑÔÍ > 003","javascript:LINKPOP03();");
 addMenuItem("VOTE ÑÔÍ > 004","javascript:LINKPOP04();");

 if(window.navigator.appName == "Microsoft Internet Explorer" && window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE") + 5, window.navigator.appVersion.indexOf("MSIE") + 8) >= 5.5)
  isIe = 1;
 else
  isIe = 0;

 if(isIe){
  menuContent = '<table id="rightMenu" width="0" height="0" cellspacing="0" cellpadding="0" style="font:menu;color:menutext;"><tr height="1"><td style="background:threedlightshadow" colspan="4"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight" colspan="2"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="10"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"><table cellspacing="0" cellpadding="0" nowrap style="font:menu;color:menutext;cursor:default;">';
  for(m=0;m<menuItems.length;m++){
   if(menuItems[m][0] && menuItems[m][2])
    menuContent += '<tr height="17" onMouseOver="this.style.background=\'highlight\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedface\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap><img src="' + menuItems[m][2] + '"></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>';
   else if(menuItems[m][0])
    menuContent += '<tr height="17" onMouseOver="this.style.background=\'highlight\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedface\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>';
   else
    menuContent += '<tr><td colspan="5" height="4"></td></tr><tr><td colspan="5"><table cellspacing="0"><tr><td width="2" height="1"></td><td width="0" height="1" style="background:threedshadow"></td><td width="2" height="1"></td></tr><tr><td width="2" height="1"></td><td width="100%" height="1" style="background:threedhighlight"></td><td width="2" height="1"></td></tr></table></td></tr><tr><td colspan="5" height="3"></td></tr>';
  }
  menuContent += '</table></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedshadow" colspan="3"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threeddarkshadow" colspan="5"></td></tr></table>';

  menuPopup = window.createPopup();
  menuPopup.document.body.innerHTML = menuContent;
 }

 function showMenu(){
  menuXPos = event.clientX + menuOffset;
  menuYPos = event.clientY + menuOffset;

  menuXIncrement = menuWidth / menuSpeed;
  menuYIncrement = menuHeight / menuSpeed;

  menuTimer = setTimeout("openMenu(0,0)", menuDelay);

  return false;
 }


 function openMenu(height, width){
  iHeight = height;
  iWidth = width;

  menuPopup.show(menuXPos, menuYPos, iWidth, iHeight, document.body);

  if(iHeight < menuHeight)
   menuTimer = setTimeout("openMenu(iHeight + menuYIncrement, iWidth + menuXIncrement)", 1);
  else
   clearTimeout(menuTimer);
 }


 if(isIe) document.oncontextmenu = showMenu;
 
function random_model(a, z)
	{
	var range = z-a+1;
	return (Math.floor(Math.random() * Math.pow(10,("" + range).length)) % range) + parseInt(a);
	}
link = new Array(5);
link[1] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0201.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[2] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0202.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[3] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0203.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[4] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0204.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[5] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0205.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[6] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0206.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[7] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0207.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[8] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0208.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[9] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0209.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[10] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0210.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[11] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0211.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[12] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0212.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[13] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0213.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[14] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0214.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[15] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0215.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[16] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0216.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[17] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0217.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[18] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0218.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[19] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0219.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';
link[20] = '<A HREF="content.html" Target="txtcontent"><IMG SRC="images/screen-top_0220.jpg" WIDTH="168" HEIGHT="115" BORDER="0" ALT=""></A>';

// EOF

