$(document).ready( function() {
	$(".default").hide();
	$('input[type="image"]').hide();
	$(".forminput, .gray").bind('click', function () {
		alert('Please Choose Your Level');
	});  	
	$("a").click(function() {
		alert("Please Enter Your Name And Email Below To View Video");
	});	
	$("#toplevel, #topskill").attr('checked', true);
	$("#beg").click(function() {
	  if ($(this).is(":checked")) { 
	   $(".one").css({'color' : 'red' , 'font-weight' : '700' , 'font-size' : '18px'});
	   $(".two, .three").css({'color' : 'gray' , 'font-weight' : '100' , 'font-size' : '17px'})	   
	  } 
	});  
	$("#int").click(function() {
	  if ($(this).is(":checked")) { 
	   $(".two").css({'color' : 'red' , 'font-weight' : '700' , 'font-size' : '18px'});
	   $(".one, .three").css({'color' : 'gray' , 'font-weight' : '100' , 'font-size' : '17px'})
	  } 
	});  
	$("#adv").click(function() {
	  if ($(this).is(":checked")) { 
	   $(".three").css({'color' : 'red' , 'font-weight' : '700', 'font-size' : '18px'});
	   $(".one, .two").css({'color' : 'gray' , 'font-weight' : '100' , 'font-size' : '17px'})
	  } 
	});  
 	$(".chkOptions").click(	function () {
      var ntot = 0;
		$(".chkOptions:checked").each(function () {
	      ntot += parseInt($(this).val());
		});
	    $('input[name="defaultar"]').val(ntot); 
	    if (ntot > "99"){ 	    
			$(".submit, .forminput").unbind('click');
  		}
	    if (ntot == "457142"){ 
		    $('input[name="ARThankyouURL"]').val("http://www.on2url.com/app/adtrack.asp?MerchantID=50329&AdID=489379"); 
	    	$('input[type="image"]').show(); 
	    	$(".gray").hide();
		    $(".forminput").css({'color' : 'black' , 'border-color' : 'black'});
		}	 
	    if (ntot == "510876"){ 
	    	$('input[name="ARThankyouURL"]').val("http://www.on2url.com/app/adtrack.asp?MerchantID=50329&AdID=489383"); 
	    	$('input[type="image"]').show(); 
	    	$(".gray").hide();
		    $(".forminput").css({'color' : 'black' , 'border-color' : 'black'});
	    }
	    if (ntot == "510878"){ 
	    	$('input[name="ARThankyouURL"]').val("http://www.on2url.com/app/adtrack.asp?MerchantID=50329&AdID=489384"); 
	    	$('input[type="image"]').show(); 
	    	$(".gray").hide();
		    $(".forminput").css({'color' : 'black' , 'border-color' : 'black'});	    	
	    }
	});	
	$('input[type=text]').focus(function() {
		$(this).val('');
	});  			
});
