function pageLoad()
{
	$(document).ready(function()
	{
		$('a.policy').colorbox({innerWidth:500, innerHeight:600, iframe:true});
	});
	
	MM_preloadImages('Images/Layout/Menu/Submenu/Red/menu_audio.png','Images/Layout/Menu/Submenu/Red/menu_photos.png',			 					  		'Images/Layout/Menu/Submenu/Red/menu_video.png','Images/Layout/Menu/Red/Home.png','Images/Layout/Menu/Red/Bios.png',    	 	 		'Images/Layout/Menu/Red/Releases.png','Images/Layout/Menu/Red/Press.png','Images/Layout/Menu/Red/News.png',  	 	  		    	'Images/Layout/Menu/Red/Media.png','Images/Layout/Menu/Red/Tour_Dates.png','Images/Layout/Menu/Red/Merchandise.png',   	  	   	 		'Images/Layout/Menu/Red/Forum.png','Images/Layout/Menu/Red/Contact.png','Images/Layout/enter_red.png')	
}
	

function hideMenu ()
{
	var sHide = document.getElementById('div_submenu_hide').style.visibility;
	
	if (sHide == 'visible')
	{
		MM_effectGrowShrink('div_submenu', 500, '100%', '0%', false, false, false);
		MM_showHideLayers('div_submenu_hide','','hide');
	}	
	
}

function showPage()
{
	$('#div_menu').fadeIn(2000, function() {});
	$('#div_bgcontainer_overlay').fadeOut(2000, function() {document.getElementById('div_bgcontainer_overlay').style.visibility = 		 		'hidden';});
	$('#div_disclaim').fadeIn(2000, function() {});
}

function menuControl(dir)
{
	switch (dir)
	{
		case 'in':
			$('#div_submenu').slideDown(300, function() {});
			$('#div_submenu_hide').slideDown(300,function() {});
			break;
		
		case 'out':
			$('#div_submenu').slideUp(300, function() {});
			$('#div_submenu_hide').slideUp(300,function() {});
			break;
	}
}

function loadPage(item)
{
	var newpage = '';
	
	switch (item.id)
	{	
		case 'Home':
			newpage = 'pages/home.html';
			break;
			
		case 'Bios':
			newpage = 'pages/bios.html';
			break;
			
		case 'Releases':
			newpage = 'pages/releases.html';
			break;
			
		case 'Press':
			newpage = 'pages/press.html';
			break;
		
		case 'News':
			newpage = 'pages/news.html';
			break;
			
		case 'Tour_Dates':
			newpage = 'pages/tour_dates.html';
			break;
			
		case 'Merchandise':
			newpage = 'pages/merchandise.html';
			break;
		
		case 'Forum':
			newpage = 'pages/forum.html';
			break;
			
		case 'Contact':
			newpage = 'pages/contact.html';
			break;
		
		case 'img_audio':
			newpage = 'pages/audio.html';
			menuControl('out');
			break;
			
		case 'img_photos':
			newpage = 'pages/photos.html';
			menuControl('out');
			break;
			
		case 'img_video':
			newpage = 'pages/video.html';
			menuControl('out');
			break;
		
		default:
			newpage = 'pages/home.html';
			break;
	}
		
	parent.document.getElementById('ifrm_body_behind').src = newpage;
	window.parent.$('#div_doc_body_behind').fadeIn(500, function() {});
	window.parent.$('#div_doc_body').fadeOut(500, function() 
		{
			parent.document.getElementById('ifrm_body').src = newpage;
			parent.document.getElementById('div_doc_body').style.display ='';
			parent.document.getElementById('div_doc_body_behind').style.display = 'none'
		});
	
		
}

function MM_showHideLayers() 
	{ //v9.0
 		var i,p,v,obj,args=MM_showHideLayers.arguments;
  		for (i=0; i<(args.length-2); i+=3) 
  		with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    	if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    	obj.visibility=v; }
	}

function MM_effectAppearFade(targetElement, duration, from, to, toggle)
	{
		Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
		
	}
	
function MM_preloadImages() 
{ 
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_effectAppearFade(targetElement, duration, from, to, toggle)
{
	Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_effectGrowShrink(targetElement, duration, from, to, toggle, referHeight, growFromCenter)
{
	Spry.Effect.DoGrow(targetElement, {duration: duration, from: from, to: to, toggle: toggle, referHeight: referHeight, growCenter: growFromCenter});
}
