		var browser=navigator.appName;
		var ie = "Microsoft Internet Explorer";
		var ns = "Netscape";
		var os = navigator.platform;
		var mac = 'MacPPC'	
		var amount=200;

	

		
		
		var newWindow = null;
		function openWindow(strWindow) 
			{
				var destURL=strWindow;
				if (newWindow != null)
				{
					newWindow.close();
					newWindow = null;
				}
			newWindow = window.open(destURL,'specs','width=400,height=450');
			newWindow.focus();
			}

		

		function ShowPrintPage() 
			{
				if (newWindow != null)
				{
					newWindow.close();
					newWindow = null;
				}
			newWindow = window.open("printpage.aspx",null,"height=600,width=510,status=yes,toolbar=no,menubar=yes,location=no,resizable=yes,scrollbars=yes");			
			newWindow.focus();
			}
			
		function doUnload()
			{
			if (newWindow != null) 
				{
					newWindow.close();
					newWindow=null;
				}
			}	
			
		
		function closeSubWin()
			{
			
			if (newWindow != null) 
				{
					newWindow.close();
					newWindow=null;
				}
			}
		
			
		function makeStart(){
		if (navigator.userAgent.indexOf("Win")  > -1)
		{
		alert("Thank you for choosing to have reggaeboyzsc.com as your home page. When you click 'OK' you will be asked what you want to do. Please select 'Open this file from its current location' and click 'OK'");
		location.href = "start.reg";
		}
		else if (navigator.userAgent.indexOf("Mac") > -1) {alert("Thanks for choosing to have reggaeboyzsc.com as your home page. On your Mac: Ctrl+Click the page background and choose 'Set Home Page' from the popup menu (Internet Explorer Only)");}
		}
	
		function over(element){
			var el = document.getElementById(element);
	 			el.className='n3over';
				el.style.cursor='hand';
		}
		function out(element){
			var el = document.getElementById(element);
				el.className='n3';    
		}
		function over2(element){
			var el = document.getElementById(element);
	 			el.className='n4over';
				el.style.cursor='hand';
		}
		function out2(element){
			var el = document.getElementById(element);
				el.className='n4';    
		}
		function over3(element){
			var el = document.getElementById(element);
	 			el.className='n2_munover';
				el.style.cursor='hand';
		}
		function out3(element){
			var el = document.getElementById(element);
				el.className='n2_mun';    
		}
		function now_goTo( url ) {
			window.location.href = url;
		}

		function hide(category) {
						document.getElementById(category).style.display = 'none';
			}	

		var amount;
			
		function rollout (category) {
		
		if (browser == ns) {
			document.getElementById('rolloutmore').style.display = 'none';
			document.getElementById('rollout'+category).style.position = 'absolute';
			
			document.getElementById('rollout'+category).style.left = '112px';
			document.getElementById('rollout'+category).style.display = 'block';
			amount = document.getElementById(category).offsetTop;
			document.getElementById('rollout'+category).style.top = amount+'px';
		} else {
			document.getElementById('rolloutmore').style.display = 'none';
			document.getElementById('rollout'+category).style.position = 'absolute';
			
			document.getElementById('rollout'+category).style.left = '110px';
			amount = document.getElementById(category).offsetTop+0;
			document.getElementById('rollout'+category).style.top = amount + 190;
			document.getElementById('rollout'+category).style.display = 'block';
			
			}
			
		}	
			
		function rollinmore (category) {
		if (browser == ns) {
			document.getElementById('rollout'+category).style.display = 'none';
			setTimeout("hide('rolloutmore')",5000);
			}
		else {
			document.getElementById('rollout'+category).style.display = 'none';
			}
		}	
			
		function rollinperfiles (category) {
		if (browser == ns) {
			document.getElementById('rollout'+category).style.display = 'none';
			setTimeout("hide('rolloutperfiles')",5000);
		} else {
			document.getElementById('rollout'+category).style.display = 'none';
			}
		}	

		function rollinshows (category) {
		if (browser == ns) {
			document.getElementById('rollout'+category).style.display = 'none';
			setTimeout("hide('rolloutshows')",5000);
		} else {
			document.getElementById('rollout'+category).style.display = 'none';
			}
		}	

		function swaptext (category) {
		document.getElementById('p1').innerHTML=eval(category);
		}
					
