oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=screen.width/2-500
oCMenu.fromTop=160   //ALTO   
oCMenu.rows=4
oCMenu.menuPlacement=0
                                                             
oCMenu.offlineRoot="file:///D|/ss-bonn-neu/d/" 
oCMenu.onlineRoot="/d/" 
oCMenu.resizeCheck=1 
oCMenu.wait=100 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu" 
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
//oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
//oCMenu.level[0].width=120
//oCMenu.level[0].height=20 
//oCMenu.level[0].regClass="clLevel0"
//oCMenu.level[0].overClass="clLevel0over"
//oCMenu.level[0].borderX=0
//oCMenu.level[0].borderY=0
//oCMenu.level[0].borderClass="clLevel0border"
//oCMenu.level[0].offsetX=20
//oCMenu.level[0].offsetY=3
//oCMenu.level[0].rows=0
//oCMenu.level[0].arrow=0
//oCMenu.level[0].arrowWidth=0
//oCMenu.level[0].arrowHeight=0
//oCMenu.level[0].align="bottom"

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=126
oCMenu.level[0].height=16 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=18
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="center"




//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=120
oCMenu.level[1].height=15
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].offsetX=1
oCMenu.level[1].offsetY=0
oCMenu.level[1].align="right" 

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=120
oCMenu.level[2].height=15
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=3
oCMenu.level[2].borderClass="clLevel2border"
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

// url="http://www.imelbosque.cl/"



oCMenu.makeMenu('top0','','<b>&nbsp;Motos »','','center',100)

oCMenu.makeMenu('sub000','top0','&nbsp;Marcas >>>','../motos_fotos/marcas.php','',140)

oCMenu.makeMenu('sub0001','sub000','&nbsp;Aprilia','../motos_fotos/marca.php?marca=Aprilia&id=1','',140)
oCMenu.makeMenu('sub0002','sub000','&nbsp;Bimota','../motos_fotos/marca.php?marca=Bimota&id=2','',140)
oCMenu.makeMenu('sub0003','sub000','&nbsp;BMW','../motos_fotos/marca.php?marca=BMW&id=3','',140)
oCMenu.makeMenu('sub0004','sub000','&nbsp;Ducati','../motos_fotos/marca.php?marca=Ducati&id=4','',140)
oCMenu.makeMenu('sub0005','sub000','&nbsp;Harley Davidson','../motos_fotos/marca.php?marca=Harley Davidson&id=5','',140)
oCMenu.makeMenu('sub0006','sub000','&nbsp;Hensim','../motos_fotos/marca.php?marca=Hensim&id=31','',140)
oCMenu.makeMenu('sub0007','sub000','&nbsp;Honda','../motos_fotos/marca.php?marca=Honda&id=6','',140)
oCMenu.makeMenu('sub0008','sub000','&nbsp;Kawasaki','../motos_fotos/marca.php?marca=Kawasaki&id=7','',140)
oCMenu.makeMenu('sub0009','sub000','&nbsp;KTM','../motos_fotos/marca.php?marca=KTM&id=8','',140)
oCMenu.makeMenu('sub0010','sub000','&nbsp;Suzuki','../motos_fotos/marca.php?marca=Suzuki&id=9','',140)
oCMenu.makeMenu('sub0011','sub000','&nbsp;Yamaha','../motos_fotos/marca.php?marca=Yamaha&id=10','',140)
oCMenu.makeMenu('sub0012','sub000','&nbsp;Buell','../motos_fotos/marca.php?marca=Buell&id=11','',140)
oCMenu.makeMenu('sub0013','sub000','&nbsp;Cagiva','../motos_fotos/marca.php?marca=Cagiva&id=12','',140)
oCMenu.makeMenu('sub0014','sub000','&nbsp;Gilera','../motos_fotos/marca.php?marca=Gilera&id=13','',140)
oCMenu.makeMenu('sub0015','sub000','&nbsp;Husqvarna','../motos_fotos/marca.php?marca=Husqvarna&id=14','',140)
oCMenu.makeMenu('sub0016','sub000','&nbsp;MV Agusta','../motos_fotos/marca.php?marca=MV Agusta&id=18','',140)
oCMenu.makeMenu('sub0017','sub000','&nbsp;Peugeot','../motos_fotos/marca.php?marca=Peugeot&id=19','',140)
oCMenu.makeMenu('sub0018','sub000','&nbsp;Piaggio','../motos_fotos/marca.php?marca=Piaggio&id=20','',140)
oCMenu.makeMenu('sub0019','sub000','&nbsp;TM','../motos_fotos/marca.php?marca=TM&id=25','',140)
oCMenu.makeMenu('sub0020','sub000','&nbsp;Triumph','../motos_fotos/marca.php?marca=Triumph&id=26','',140)


oCMenu.makeMenu('sub01','top0','&nbsp;Estilos >>>','../motos_fotos/estilos.php','',140)

oCMenu.makeMenu('sub011','sub01','&nbsp;ATV','../motos_fotos/estilo.php?estilo=ATV&id=1','',140)
oCMenu.makeMenu('sub012','sub01','&nbsp;Californiana','../motos_fotos/estilo.php?estilo=Californiana&id=2','',140)
oCMenu.makeMenu('sub013','sub01','&nbsp;MotoCross','../motos_fotos/estilo.php?estilo=MotoCross&id=3','',140)
oCMenu.makeMenu('sub014','sub01','&nbsp;Scooters','../motos_fotos/estilo.php?estilo=Scooters&id=4','',140)
oCMenu.makeMenu('sub015','sub01','&nbsp;Turismo','../motos_fotos/estilo.php?estilo=Turismo&id=5','',140)
oCMenu.makeMenu('sub016','sub01','&nbsp;Velocidad','../motos_fotos/estilo.php?estilo=Velocidad&id=6','',140)


oCMenu.makeMenu('sub02','top0','&nbsp;Descargas >>>','../motos_download/download.php','',140)

oCMenu.makeMenu('sub021','sub02','&nbsp;Fotos por Marcas','../motos_fotos/marcas.php','',140)
oCMenu.makeMenu('sub022','sub02','&nbsp;Fotos por Estilos','../motos_fotos/estilos.php','',140)
oCMenu.makeMenu('sub023','sub02','&nbsp;Videos','../motos_download/download.php?tipo=videos','',140)
oCMenu.makeMenu('sub024','sub02','&nbsp;Wallpapers','../motos_download/download.php?tipo=wallpaper','',140)
oCMenu.makeMenu('sub025','sub02','&nbsp;Fotos de Mujeres','../motos_download/fotos_mujeres.php','',140)
oCMenu.makeMenu('sub026','sub02','&nbsp;Sonidos','../motos_download/download.php?tipo=sonidos','',140)
oCMenu.makeMenu('sub027','sub02','&nbsp;Escritorio','../motos_download/download.php?tipo=temas','',140)
oCMenu.makeMenu('sub028','sub02','&nbsp;Juegos','../motos_download/download.php?tipo=juegos','',140)
oCMenu.makeMenu('sub029','sub02','&nbsp;Documentos, Manuales','../motos_download/download.php?tipo=documentos','',140)
oCMenu.makeMenu('sub030','sub02','&nbsp;Protectores de pantalla','../motos_download/download.php?tipo=protectores','',140)


oCMenu.makeMenu('sub03','top0','&nbsp;Buscardor de motos','../motos_fotos/resultado.php','',140)
oCMenu.makeMenu('sub04','top0','&nbsp;Fichas Tecnicas','../motos_fichas/','',140)
oCMenu.makeMenu('sub05','top0','&nbsp;Historia de las motos','../motos_articulos/articulo.php?id=66','',140)
oCMenu.makeMenu('sub06','top0','&nbsp;Moto del mes','../motos_articulos/moto_mes.php','',140)
oCMenu.makeMenu('sub07','top0','&nbsp;Articulos, Noticias, Mecanica.','../motos_articulos/articulos.php','',140)

oCMenu.makeMenu('top1','','&nbsp; <b>CompraVenta  »</b>','','',120)
oCMenu.makeMenu('sub10','top1','&nbsp;Motos','../motos-ventas/','',120)
oCMenu.makeMenu('sub11','top1','&nbsp;Accesorios','../motos_venta/ventasf.php?filtro=A','',120)
oCMenu.makeMenu('sub12','top1','&nbsp;Repuestos','../motos_venta/ventasf.php?filtro=R','',120)
oCMenu.makeMenu('sub13','top1','&nbsp;Otros','../motos_venta/ventasf.php?filtro=O','',120)
oCMenu.makeMenu('sub14','top1','&nbsp;Permutas','../motos_venta/ventasf.php?filtro=C','',120)
oCMenu.makeMenu('sub15','top1','&nbsp;Todas las ventas','../motos_venta/ventas.php','',120)
oCMenu.makeMenu('sub16','top1','&nbsp;Revisa tus ventas','../motos_login/mis_ventas.php','',120)
oCMenu.makeMenu('sub17','top1','&nbsp;Publicar Moto','../motos-ventas/agregar_venta.php','',120)
oCMenu.makeMenu('sub18','top1','&nbsp;Otros Avisos','../motos_venta/registrar_venta.php','',120)




oCMenu.makeMenu('top2','','&nbsp;<b> Tiendas y Servicios  »</b>','../motos_empresas','',150)

oCMenu.makeMenu('sub20','top2','&nbsp;Lista Completa','../motos_empresas','',150)
oCMenu.makeMenu('sub21','top2','&nbsp;Registra tu Negocio','../motos_empresas/sistema_empresas.php','',150)

//oCMenu.makeMenu('sub201','sub20','&nbsp;Mecánica General','../motos_local/locales.php?filtro=1','',140)
//oCMenu.makeMenu('sub202','sub20','&nbsp;Electricidad','../motos_local/locales.php?filtro=2','',140)
//oCMenu.makeMenu('sub203','sub20','&nbsp;Venta de Motos','../motos_local/locales.php?filtro=3','',140)
//oCMenu.makeMenu('sub204','sub20','&nbsp;Venta de Repuestos','../motos_local/locales.php?filtro=4','',140)
//oCMenu.makeMenu('sub205','sub20','&nbsp;Desarmaduria','../motos_local/locales.php?filtro=5','',140)
//oCMenu.makeMenu('sub206','sub20','&nbsp;Carenados','../motos_local/locales.php?filtro=6','',140)
//oCMenu.makeMenu('sub207','sub20','&nbsp;Pintura','../motos_local/locales.php?filtro=7','',140)
//oCMenu.makeMenu('sub208','sub20','&nbsp;Accesorios','../motos_local/locales.php?filtro=8','',140)
//oCMenu.makeMenu('sub209','sub20','&nbsp;Ropa Motos','../motos_local/locales.php?filtro=9','',140)


oCMenu.makeMenu('sub22','top2','&nbsp;Opiniones Mecanicos','../motos_mecanicos/mecanicos.php','',150)
oCMenu.makeMenu('sub23','top2','&nbsp;Ingresar Opinion','../motos_mecanicos/registrar_mecanico.php','',150)



oCMenu.makeMenu('top3','','&nbsp; <b>Comunidad  »</b>','','',120)

oCMenu.makeMenu('sub30','top3','&nbsp;Clubes de Motos','../motos_club/clubes.php','',150)
oCMenu.makeMenu('sub31','top3','&nbsp;Evento, Encuentros, Etc','../motos_encuentros/','',150)
oCMenu.makeMenu('sub32','top3','&nbsp;Anunciar Evento, Encuentro.','../motos_encuentros/registrar_encuentro.php','',150)
oCMenu.makeMenu('sub33','top3','&nbsp;Foros  de discusion.','../motos_foro/default.php','',150)
oCMenu.makeMenu('sub34','top3','&nbsp;Registrate','../motos_registro/registro.php','',150)
oCMenu.makeMenu('sub35','top3','&nbsp;Lista de usuarios','../motos_registro/usuarios.php','',150)
oCMenu.makeMenu('sub36','top3','&nbsp;Motos Robadas','../motos_robo/robos.php','',150)
oCMenu.makeMenu('sub37','top3','&nbsp;Denuncia un robo','../motos_robo/registrar_robo.php','',150)


oCMenu.makeMenu('top4','','&nbsp; <b>Motonet.cl  »</b>','','',120)

oCMenu.makeMenu('sub40','top4','&nbsp;Contacto','../motos_motonet/contacto.php','',150)
oCMenu.makeMenu('sub41','top4','&nbsp;Mapa del sitio','../motos_motonet/mapa.php','',150)
oCMenu.makeMenu('sub42','top4','&nbsp;Creacion Motonet','../motos_motonet/creacion.php','',150)
oCMenu.makeMenu('sub43','top4','&nbsp;English Version','http://babelfish.altavista.com/babelfish/urltrurl?url=http%3A%2F%2Fwww.motonet.cl&lp=es_en&tt=url','',150)
oCMenu.makeMenu('sub44','top4','&nbsp;Aviso Legal','../motos_motonet/aviso_legal.php','',150)
oCMenu.makeMenu('sub45','top4','&nbsp;Contrata Publicidad','../motos_motonet/publicidad.php','',150)
oCMenu.makeMenu('sub46','top4','&nbsp;Super Usuarios','../motos_motonet/super_usuarios.php','',150)


oCMenu.makeMenu('top5','','&nbsp; <b>Racing  »</b>','','',120)

oCMenu.makeMenu('sub50','top5','&nbsp;EN DESARROLLO','','',150)
//oCMenu.makeMenu('sub51','top5','&nbsp;Pilotos','','',150)
//oCMenu.makeMenu('sub52','top5','&nbsp;Calendario','','',150)
//oCMenu.makeMenu('sub53','top5','&nbsp;Las Vizcachas','','',150)


//oCMenu.makeMenu('top6','','&nbsp;  ','','',160)


//oCMenu.makeMenu('top6','','&nbsp; <b>Chopper  »</b>','','',120)

//oCMenu.makeMenu('sub60','top6','&nbsp;EN DESARROLLO','','',150)
//oCMenu.makeMenu('sub51','top5','&nbsp;Pilotos','','',150)
//oCMenu.makeMenu('sub52','top5','&nbsp;Calendario','','',150)
//oCMenu.makeMenu('sub53','top5','&nbsp;Las Vizcachas','','',150)




					
	

oCMenu.construct()








