function loadVid(file, id, w, h) {
	//alert("vidupdate");
	document.getElementById(id).innerHTML = '<embed src="flash/mediaplayer.swf" width="'+w+'" height="'+h+'" allowscriptaccess="always" allowfullscreen="true" flashvars="width='+w+'&amp;height='+h+'&amp;file=' + file + '"></embed>';
}