// JavaScript Document
function getFlash() {
	if(navigator.appName.indexOf("Microsoft") != -1) {
    	flash = window.videoconf;
  	}else {
    	flash = window.document.videoconf;
  	}
	return flash;
}

function onUnload() {
	getFlash().onUnload();
}

function setScale() {
	var widths = [600, 800, 1200, 1800, 3200];
	var w = widths[document.form1.jumpMenu.selectedIndex];
	getFlash().width = w; getFlash().height = w/2;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

setTimeout(function() {
	$('divLoading').style.display = 'none';
}, 15000);
