function swapImage(ImgID,ImgSrc) {
ImgID.src=ImgSrc;
}
function swapImgRestore(ImgID,ImgSrc) {
ImgID.src=ImgSrc;
}
function GoUrl(GUrl) {
location.href=GUrl;
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function doZoom(size){
	document.getElementById('zoom').style.fontSize=size+'px'
	}
function resizeimg(imgobj){
	var zoom=parseInt(imgobj.style.zoom, 10)||100;zoom+=event.wheelDelta/12;if (zoom>0) imgobj.style.zoom=zoom+'%';
	return false;
}
function PlayVideo(){
	VideoPlayTR.style.display="";
	location.href="#VideoPlayer";
}