// JavaScript Documentfunction videoSwitch(param) {		var _video = param;		var obj;		var title;		if(_video == 1) {				title = 'Biggest experiment on the planet';				obj = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/cv2xQ68HLD0&hl=en"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/cv2xQ68HLD0&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> ';						} else if(_video == 2) {				title = 'LHC - Messing with the unknown';				obj = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/bQYXMqEwRxc&hl=en"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/bQYXMqEwRxc&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> ';		} else if(_video == 3) {				title = 'LHC - A Story';				obj = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Sono2Pu8Ak0&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Sono2Pu8Ak0&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> ';		} else if(_video == 4) {				title = 'LHC - End Of The Universe?';				obj = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/fPxYdObyJ2A&hl=en"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/fPxYdObyJ2A&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> ';		} else if(_video == 5) {				title = 'LHC - The Search For The Higgs';				obj = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/_fJ6PMfnz2E&hl=en"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/_fJ6PMfnz2E&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> ';		} else if(_video == 6) {				title = 'LHC - Budget Meeting';				obj = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/neSnOYrJ5wU&hl=en"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/neSnOYrJ5wU&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> ';		} else if(_video == 7) {				title = 'Black Hole Machine';				obj = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/60UVNS57iMo&hl=en"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/60UVNS57iMo&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> ';		} else if(_video == 8) {				title = 'Six Billion Dollar Experiment';				obj = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/fNvzb5ww0No&hl=en"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/fNvzb5ww0No&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> ';		}		document.getElementById('vidtitle').innerHTML = title;		document.getElementById('videoholder').innerHTML = obj;}