	
	
	// No rightclick script.
	// Find more great scripts and applets at the JavaFile!
	// http://www.javafile.com
	// Do not delete this header!

	var message="Sorry, K4orce Small Business Coaching prohibits this activity!";

	// Don't edit below!

	function click(e) {
		if (document.layers) {
		if (e.which == 3) {
		alert(message);
		return false;
		}
		}
		}
		if (document.layers) {
		document.captureEvents(Event.MOUSEDOWN);
		}
		document.onmousedown=click;
	
	function leapto(form)
		{
			var myindex=form.Questions.selectedIndex
			document.Response.location.href=(form.Questions.options[myindex].value);
		}

	function leapto2(form)
		{
			var myindex=form.Questions2.selectedIndex
			document.Response.location.href=(form.Questions2.options[myindex].value);
		}

	function leapto3(form)
		{
			var myindex=form.Questions3.selectedIndex
			document.Response.location.href=(form.Questions3.options[myindex].value);
		}

	function sendInfo()
		{
			setTimeout('document.location.href="ThankYou.htm"',5000);
		}

	function clear(form) 
		{ 
			document.form1.wid.value=""; 
			document.form1.heigh.value="";
		}