// jQuery Sliding Nav scripts
$(function(){
	$.slidenav({
		animspeed: 'medium',
		hideonout: 'false'
	});
});

// JavaScript Document
function transfer( obj ){
	if( obj.options[obj.selectedIndex].value != "" ) window.location = obj.options[obj.selectedIndex].value;
}

var profiles =
	{
		windowCompare:
		{
			height:650,
			width:1010,
			center:1
		},
		
		windowNotNew:
		{
			height:568,
			width:575,
			center:1,
			createnew:0
		}

	};


   	$(function()
	{
   		$(".popupwindow").popupwindow(profiles);
   	});
   	
   	AudioPlayer.setup("/js/player.swf", {  
			width: 290,
			transparentpagebg: "yes",  
			left: "000000",  
			lefticon: "FFFFFF"   
		});
	
	
	$(document).ready(function() {
    $(".slidenav-box").removeClass("inactive-box");
    $(".subnav ul:first-child").css("display", "block");
});
