// JavaScript Document


	function loadMovie(which) {
	if(which==1) {
	document.getElementById('movieBox').innerHTML = "<embed src=\"http://video.google.com/googleplayer.swf?docId=-4569617070474147357&hl=en\" width=\"125\" height=\"101\" style=\"width:400px; height:326px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" flashvars=\"autoPlay=true\"> </embed>";
	} else if(which==2) {
	document.getElementById('movieBox').innerHTML = "<embed style=\"width:400px; height:326px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=5733439508281365741&hl=en\" flashvars=\"autoPlay=true\"> </embed>";
	} else if(which==3) {
	document.getElementById('movieBox').innerHTML = "<embed style=\"width:400px; height:326px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=-8549540675991058713&hl=en\" flashvars=\"autoPlay=true\"> </embed>";
	} else if(which==4) {
	document.getElementById('movieBox').innerHTML = "<embed style=\"width:400px; height:326px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=-6201317868769181490&hl=en\" flashvars=\"autoPlay=true\"> </embed>";
	}
	
	}
	