<!-- script to open videos
function openVideo(URL) {
	remote = window.open("/en/" + URL, "MSVideo", "width=550, height=500, resizable=0, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1"); 
}
