// JavaScript Document

function playVideo(video, w, h) {
	window.open('/Multimedia/play.php?video=/Multimedia/'+video+'&width='+w+'&height='+h, '_play_video', 'status=0,toolbar=0,resizable=1,menubar=0,width='+(w+100)+',height='+(h+100));	
	return false;
}