// JavaScript Document
$(document).ready(function() {
	$("input[type='text']").focus(function(){
		this.onfocus = null;
		this.value = '';
	});
	$("input[type='password']").focus(function(){
		this.value = '';
		this.focus = null;	
	});	
	$("textarea").focus(function(){
		this.value = '';
		this.focus = null;	
	});
	
	$('a[name="vol3"]').click(function() {
		$('.vol3').toggle("fast");
		return false;
	});
	
	$('a[name="vol2"]').click(function() {
		$('.vol2').toggle("fast");
		return false;
	});
	
	$('a[name="vol1"]').click(function() {
		$('.vol1').toggle("fast");
		return false;
	});
	
	$('#funkMasterFlexVid').click(function() {
		//$('.video_contain').html('
		
		//');	
	});
	$('#video1').click(function() {
		$('#video_replace').html('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="525" height="380" id="Intro" align="middle"><param name="movie" value="Trailer.swf" />				<param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="play" value="true" /><param name="loop" value="true" /><param name="wmode" value="transparent" /><param name="scale" value="showall" /><param name="menu" value="true" /><param name="devicefont" value="false" /><param name="salign" value="" /><param name="allowScriptAccess" value="sameDomain" /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="Trailer.swf" width="525" height="380"><param name="movie" value="Intro.swf" /><param name="quality" value="high" />	<param name="bgcolor" value="#000000" /><param name="play" value="true" /><param name="loop" value="true" /><param name="wmode" value="transparent" /><param name="scale" value="showall" /><param name="menu" value="true" /><param name="devicefont" value="false" /><param name="salign" value="" /><param name="allowScriptAccess" value="sameDomain" /><!--<![endif]--><a href="http://www.adobe.com/go/getflash"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a><!--[if !IE]>--></object><!--<![endif]--></object>');
		return false;
	});
	$('#video2').click(function() {
		$('#video_replace').html('<iframe title="YouTube video player" width="525" height="424" src="http://www.youtube.com/embed/IFMqiPBSSc0?rel=0" frameborder="0" allowfullscreen></iframe>');
		return false;
	});
	$('#video3').click(function() {
		$('#video_replace').html('<iframe title="YouTube video player" width="525" height="424" src="http://www.youtube.com/embed/BPXdxjwANMc?rel=0" frameborder="0" allowfullscreen></iframe>');
		return false;
	});
	$('#video4').click(function() {
		$('#video_replace').html('<iframe title="YouTube video player" width="525" height="424" src="http://www.youtube.com/embed/cKWH2BAyLOQ?rel=0" frameborder="0" allowfullscreen></iframe>');
		return false;
	});
});
