var id_menu = new Array(
 '23000','23001','23002','23003','23004','23005','23006','23007','23008','23009',
 '23010','23011','23012','23013','23014','23015','23016','23017','23018','23019',
 '23020','23021','23022','23023','23024','23025','23026','23027','23028','23029',
 '23030','23031','23032','23033','23034','23035','23036','23037','23038','23039',
 '23040','23041','23042','23043','23044','23045','23046','23047','23048','23049',
 '23050','23051','23052','23053','23054','23055','23056','23057','23058','23059',
 '23060','23061','23062','23063','23064','23065','23066','23067','23068','23069',
 '23070','23071','23072','23073','23074','23075','23076','23077','23078','23079',
 '23080','23081','23082','23083','23084','23085','23086','23087','23088','23089',
 '23090','23091','23092','23093','23094','23095','23096','23097','23098','23099',
 '23100','23101','23102','23103','23104','23105','23106','23107','23108','23109',
 '23110','23111','23112','23113','23114','23115','23116','23117','23118','23119',
 '23120','23121','23122','23123','23124','23125','23126','23127','23128','23129',
 '23130','23131','23132','23133','23134','23135','23136','23137','23138','23139',
 '23140','23141','23142','23143','23144','23145','23146','23147','23148','23149',
 '23150','23151','23152','23153','23154','23155','23156','23157','23158','23159',
 '23160','23161','23162','23163','23164','23165','23166','23167','23168','23169',
 '23170','23171','23172','23173','23174','23175','23176','23177','23178','23179',
 '23180','23181','23182','23183','23184','23185','23186','23187','23188','23189',
 '23190','23191','23192','23193','23194','23195','23196','23197','23198','23199',
 '23200','23201','23202','23203','23204','23205','23206','23207','23208','23209',
 '23210','23211','23212','23213','23214','23215','23216','23217','23218','23219',
 '23220','23221','23222','23223','23224','23225','23226','23227','23228','23229',
 '23230','23231','23232','23233','23234','23235','23236','23237','23238','23239',
 '23240','23241','23242','23243','23244','23245','23246','23247','23248','23249',
 '23250','23251','23252','23253','23254','23255','23256','23257','23258','23259',
 '23260','23261','23262','23263','23264','23265','23266','23267','23268','23269',
 '23270','23271','23272','23273','23274','23275','23276','23277','23278','23279',
 '23280','23281','23282','23283','23284','23285','23286','23287','23288','23289',
 '23290','23291','23292','23293','23294','23295','23296','23297','23298','23299',
 '23700','23701','23702','23703','23704','23705','23706','23707','23708','23709',
 '23710','23711','23712','23713','23714','23715','23716','23717','23718','23719',
 '23720','23721','23722','23723','23724','23725','23726','23727','23728','23729',
 '23730','23731','23732','23733','23734','23735','23736','23737','23738','23739',
 '23740','23741','23742','23743','23744','23745','23746','23747','23748','23749',
 '23750','23751','23752','23753','23754','23755','23756','23757','23758','23759',
 '23760','23761','23762','23763','23764','23765','23766','23767','23768','23769',
 '23770','23771','23772','23773','23774','23775','23776','23777','23778','23779',
 '23780','23781','23782','23783','23784','23785','23786','23787','23788','23789',
 '23790','23791','23792','23793','23794','23795','23796','23797','23798','23799'
 );
function allclose() {
//document.getElementById(23079).style.display = "none";
//document.getElementById(23044).style.display = "none";

	for (i=0; i < id_menu.length; i++){
	if (document.getElementById(id_menu[i])){
			document.getElementById(id_menu[i]).style.display = "none";
	}}

}

p0 = 0; p1 = 0; p2 = 0; p3 = 0; p4 = 0; p5 = 0; p6 = 0; p7 = 0; p8 = 0; p9 = 0; p10 = 0; p11 = 0; p12 = 0; p13 = 0; p14 = 0; p15 = 0;

function openMenu(id){
	for (i=0; i < id_menu.length; i++){
		if (id != id_menu[i]){
			//document.getElementById(id_menu[i]).style.display = "none";
		}
	}
	if (document.getElementById(id).style.display == "block"){
		document.getElementById(id).style.display = "none";
	}else{
		document.getElementById(id).style.display = "block";
		document.getElementById(id).style.margin = "0px 0px 0px 8px";
		document.getElementById(id).style.content = " ";
	}
}
