get_element = document.all ?
	function (s_id) { return document.all[s_id] } :
	function (s_id) { return document.getElementById(s_id) };

function printe(e_id,html_str){
	var o_el = get_element(e_id);
	o_el.innerHTML = html_str;
}
function ddld(e_id){
	printe("review",review_menus[e_id]);
	var o_el = get_element(e_id);
	o_el.style.backgroundColor="white";
	if(ddcur&&(ddcur!=o_el)){ddcur.style.backgroundColor="#81BBA3";ddcur=o_el;}
}
function setDel(){
 
 setTimeout('ban()', delays);
 
} 

function ban(){
 printe('bannercontent',banners[idban]);
 idban=((idban=='ban1')?'ban2':'ban1');
 if(!banstop){setTimeout('ban()', delays);}
}
