
	
	
	
	function topmenu(){
		document.write('<div style="float:left; width:930px;" class="menu"> \
					   <ul><li class="menu1">Our Space</li> \
					   <li class="menu2">Our Business</li> \
					   <li class="menu3">Our Products</li> \
					   <li class="menu4">Business Review</li> \
					   <li class="menu5">Committee Reports</li> \
					   <li class="menu6">Accounts</li></ul></div>');
	}


	jQuery().ready(function(){
		$(" .menu1").hover(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#ffffff");
			$(this).css("backgroundColor", "#6c709d");
		});
		
		
		$(" .menu1").mouseout(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#2f3675");
			$(this).css("backgroundColor", "#fafafa");
		});

		$(" .menu2").hover(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#ffffff");
			$(this).css("backgroundColor", "#6c709d");
		});
		
		$(" .menu2").mouseout(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#2f3675");
			$(this).css("backgroundColor", "#fafafa");
		});

		$(" .menu3").hover(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#ffffff");
			$(this).css("backgroundColor", "#6c709d");
		});
		
		$(" .menu3").mouseout(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#2f3675");
			$(this).css("backgroundColor", "#fafafa");
		});
		
		
		$(" .menu4").hover(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#ffffff");
			$(this).css("backgroundColor", "#6c709d");
		});
		
		$(" .menu4").mouseout(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#2f3675");
			$(this).css("backgroundColor", "#fafafa");
		});
	
	
		$(" .menu5").hover(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#ffffff");
			$(this).css("backgroundColor", "#6c709d");
		});
		
		$(" .menu5").mouseout(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#2f3675");
			$(this).css("backgroundColor", "#fafafa");
		});
		
		
		$(" .menu6").hover(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#ffffff");
			$(this).css("backgroundColor", "#6c709d");
		});
		
		$(" .menu6").mouseout(function(){
			$(this).css("cursor", "pointer");
			$(this).css("color", "#2f3675");
			$(this).css("backgroundColor", "#fafafa");
		});

		$(" .menu1").click(function(){
			window.location.href = "industry-index.htm";
		});


		$(" .menu2").click(function(){
			window.location.href = "ourbusiness-index.htm";
		});


		$(" .menu3").click(function(){
			window.location.href = "ourproducts-index.htm";
		});


		$(" .menu4").click(function(){
			window.location.href = "businessreview-index.htm";
		});
		

		$(" .menu5").click(function(){
			window.location.href = "committeereports-governancereport.htm";
		});

		$(" .menu6").click(function(){
			window.location.href = "accounts-consolidatedincome.htm";
		});
		
		
		$(" .pokerhomeicon").click(function(){
			window.location.href = "ourproducts-poker.htm";
		});

		$(" .pokerhomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .pokerhomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .casinohomeicon").click(function(){
			window.location.href = "ourproducts-casino.htm";
		});

		$(" .casinohomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .casinohomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
		
		$(" .livetvhomeicon").click(function(){
			window.location.href = "ourproducts-livegames.htm";
		});

		$(" .livetvhomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .livetvhomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
		
		$(" .mobilehomeicon").click(function(){
			window.location.href = "ourproducts-mobile.htm";
		});

		$(" .mobilehomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .mobilehomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .videobethomeicon").click(function(){
			window.location.href = "ourproducts-videobet.htm";
		});

		$(" .videobethomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .videobethomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
		
         $(" .bingohomeicon").click(function(){
			window.location.href = "ourproducts-bingo.htm";
		});

		$(" .bingohomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .bingohomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
		 $(" .imshomeicon").click(function(){
			window.location.href = "ourproducts-ims.htm";
		});

		$(" .imshomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .imshomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		 
		 
		 
		 $(" .gameshomeicon").click(function(){
			window.location.href = "ourproducts-games.htm";
		});

		$(" .gameshomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .gameshomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
		 $(" .sportshomeicon").click(function(){
			window.location.href = "ourproducts-sportsbook.htm";
		});

		$(" .sportshomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .sportshomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
		
		 $(" .asiangameshomeicon").click(function(){
			window.location.href = "ourproducts-asiangames.htm";
		});

		$(" .asiangameshomeicon").hover(function(){
			$(this).css("cursor", "pointer");
		});
		
		$(" .asiangameshomeicon").mouseout(function(){
			$(this).css("cursor", "pointer");
		});
		
				
                 
            
				 
				 
				 

	});



function setleftdivht(contentdiv, leftdiv){
	var contentdivht;
	var leftdivht;
	var newht;
	var leftobject = document.getElementById(leftdiv);
	var contenobject = document.getElementById(contentdiv);

    if(navigator.appName == "Microsoft Internet Explorer"){
		contentdivht = eval(contenobject.offsetHeight);
		leftdivht = eval(leftobject.offsetHeight);
	}
    else if(document.defaultView.getComputedStyle){
		contentdivht = document.defaultView.getComputedStyle(contenobject,'').height;
		leftdivht = document.defaultView.getComputedStyle(leftobject,'').height;
		
		if(contentdivht.substring(contentdivht.length-2)=='px'){
			contentdivht = eval(contentdivht.substring(0,contentdivht.length-2) )
        }
		
		if(leftdivht.substring(leftdivht.length-2)=='px'){
			leftdivht = eval(leftdivht.substring(0,leftdivht.length-2) )
        }
    }else{
		
	return; 
    }
	
	if (contentdivht < 490) { contentdivht = 490; }
	

	if (contentdivht > leftdivht)	{
	
		if (navigator.appName ==  "Microsoft Internet Explorer"){
			newht = Math.round(contentdivht) - 10;
		}
		else{
			newht = (Math.round(contentdivht)) + 'px';
		}
		

		document.getElementById(leftdiv).style.height = newht;

	}
}


function setrightdivht(leftdiv, rightdiv){
	var leftdivht;
	var newht;
	var leftobject = document.getElementById(leftdiv);

    if(navigator.appName == "Microsoft Internet Explorer"){
		leftdivht = eval(leftobject.offsetHeight);
	}
    else if(document.defaultView.getComputedStyle){
		leftdivht = document.defaultView.getComputedStyle(leftobject,'').height;
		
		if(leftdivht.substring(leftdivht.length-2)=='px'){
			leftdivht = eval(leftdivht.substring(0,leftdivht.length-2) )
        }
    }else{
		
	return; 
    }

	if (leftdivht < 470){
		leftdivht = 470;
	}
	if (rightdiv == "rightimage"){leftdivht = leftdivht - 150;}

		if (navigator.appName ==  "Microsoft Internet Explorer"){
			newht = leftdivht - 5;
		}
		else{
			newht = (leftdivht - 5) + 'px';
		}
		document.getElementById(rightdiv).style.height = newht;
}

