var indparamz = new Array();
var indcturlz = new Array();

function go(p)
{
	document.dataForm.p.value = p;
	document.dataForm.submit();
}
function goURL(n){
	var swindow = "_self";
	if(n>=3000) swindow = "other";
	window.open(indcturlz[n],swindow,"width=700, height=400, scrollbars=no, resizable=no, status=no");
}
function setFlash(src, w, h) {
	if(src.indexOf("/left.swf") >0){
		src = src.replace("/left.swf","/lleft.swf");
	}
	var Flash_html = "";
	Flash_html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="param" width="'+w+'" height="'+h+'">';
	Flash_html += '<param name="movie" value="'+src+'">';
	Flash_html += '<param name="quality" value="high">';
	Flash_html += '<param name="wmode" value="transparent">';
	Flash_html += '<param name="swliveconnect" value="true">';
	Flash_html += '<embed wmode="transparent" src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'" height="'+h+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
	Flash_html += '<\/object>';
	document.write(Flash_html);
}
function setMFlash(src, w, h) {
	var Flash_html = "";
	Flash_html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="param" width="'+w+'" height="'+h+'">';
	Flash_html += '<param name="movie" value="'+src+'">';
	Flash_html += '<param name="quality" value="high">';
	Flash_html += '<param name="swliveconnect" value="true">';
	Flash_html += '<embed wmode="transparent" src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'" height="'+h+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
	Flash_html += '<\/object>';
	document.write(Flash_html);
}

function showNews(m){
	var obj0 = document.getElementById("news_table[0]");
    var obj1 = document.getElementById("news_table[1]");
	var obj2 = document.getElementById("news_table[2]");
	if(m==0){
		obj0.style.display="block";
		obj1.style.display="none";
		obj2.style.display="none";
	}else if(m==1){
		obj0.style.display="none";
		obj1.style.display="block";
		obj2.style.display="none";
	}else if(m==2){
		obj0.style.display="none";
		obj1.style.display="none";
		obj2.style.display="block";
	}
}
