// JavaScript Document
function videoMenu(video) {	

		if (video == "videos") {
			document.write('<div style="position:absolute;top:230px;left:10px;width:600px">');
		} else {
			document.write('<div style="position:absolute;top:350px;left:10px;width:600px">');
		}

		if (video != "appraisal") {
			document.write('<a href="videos-appraisal.html"><img style="margin:10px" src="assets/images/VideoIcon-Appraisal.gif" alt="Appraisals Video" border="1" id="Appraisals" /></a>');
		}

		if (video != "assertiveness") {
			document.write('<a href="videos-assertiveness.html"><img style="margin:10px" src="assets/images/VideoIcon-Assertiveness.gif" alt="Assertiveness Video" border="0" id="Assertiveness" /></a>');
		}
		if (video != "coaching") {
			document.write('<a href="videos-coaching.html"><img style="margin:10px" src="assets/images/VideoIcon-Coaching.gif" alt="Coaching Video" border="0" id="Coaching" /></a>');
		}

		if (video == "videos") {
			document.write('<div style="width:300px; margin-left:70px">');
		}		

		if (video != "feedback") {
			document.write('<a href="videos-feedback.html"><img style="margin:10px" src="assets/images/VideoIcon-Feedback.gif" alt="Feedback Video" border="0" id="Feedback" /></a>');
		}
		if (video != "listening") {
			document.write('<a href="videos-listening.html"><img style="margin:10px" src="assets/images/VideoIcon-Listening.gif" alt="Listening Video" border="0" id="Listening" /></a>');
		}

		if (video == "videos") {
			document.write('</div>');
			document.write('<div><h2 style="width:500px; font-size:125%">"Bring your training to life <a href="usingactors.html">using our actors</a> in live interactive <a href="forumtheatre.html">forum theatre</a> and improvised <a href="roleplaying.html">role play</a>." </h2></div>');
		} else {
			document.write('<div><h2 style="width:500px; font-size:125%; margin-left:23px">"Bring your training to life <a href="usingactors.html">using our actors</a> in live interactive <a href="forumtheatre.html">forum theatre</a> and improvised <a href="roleplaying.html">role play</a>." </h2></div>');
		}



	document.write('</div>');



/*
	document.write('<div style="width:600px">');
		if (video != "appraisal") {
			document.write('<a href="videos-appraisal.html"<img style="margin:10px" src="assets/images/VideoIcon-Appraisal.png" alt="Appraisals Video" border="1" id="Appraisals" /></a></span>');
		}

		if (video != "assertiveness") {
			document.write('<a href="videos-assertiveness.html" <img style="margin:10px" src="assets/images/VideoIcon-Assertiveness.png" alt="Assertiveness Video" border="0" id="Assertiveness" /></a>');
		}
		if (video != "coaching") {
			document.write('<a href="videos-coaching.html"<img style="margin:10px" src="assets/images/VideoIcon-Coaching.png" alt="Coaching Video" border="0" id="Coaching" /></a>');
		}

		if (video == "videos") {
			document.write('<div style="width:300px; margin-left:70px">');
		}		

		if (video != "feedback") {
			document.write('<a href="videos-feedback.html"<img style="margin:10px" src="assets/images/VideoIcon-Feedback.png" alt="Feedback Video" border="0" id="Feedback" /></a>');
		}
		if (video != "listening") {
			document.write('<a href="videos-listening.html"<img style="margin:10px" src="assets/images/VideoIcon-Listening.png" alt="Listening Video" border="0" id="Listening" /></a>');
		}

		if (video == "videos") {
			document.write('</div>');
			document.write('<div><h2 style="width:500px; font-size:125%">"Bring your training to life <a href="usingactors.html">using our actors</a> in live interactive <a href="forumtheatre.html">forum theatre</a> and improvised <a href="roleplaying.html">role play</a>." </h2></div');
		} else {
			document.write('<div><h2 style="width:500px; font-size:125%; margin-left:33px">"Bring your training to life <a href="usingactors.html">using our actors</a> in live interactive <a href="forumtheatre.html">forum theatre</a> and improvised <a href="roleplaying.html">role play</a>." </h2></div');

		}
		
	document.write('</div>');
*/
}
