document.write('												\
<div style="display:none;z-index:0;"><ul id="imenus0">								\
														\
														\
		<!-- Main Item 1... --><li><a href="#">Noticias</a>						\
														\
		<!-- *SUB MENU* --><ul style="width:175px;">							\
		<li><a href="noticias.php?not=1">Locales</a>						\
		<li><a href="noticias.php?not=2">Nacionales</a>						\
		<li><a href="noticias.php?not=3">Internacionales</a>						\
		<li><a href="noticias.php?not=4">Espectaculos y Deportes</a>						\
		<li><a href="noticias.php?not=5">Ciencia y Tecnología</a>						\
		<li><a href="noticias.php?not=6">Sociedad y Cultura</a>						\
		<li><a href="columna.php">Columnas de opinión</a>						\
		<!-- *END SUB* --></ul></li>									\
	<!-- Main Item 2... --><li><a href="javascript:esempio(\'tele.htm\');">TV en VIVO</a>						\
	<!-- Main Item 1... --><li><a href="javascript:abrechat();">CHAT</a>						\
	<!-- Main Item 1... --><li><a href="javascript:esempio2(\'registro.php\');">Suscribir</a>						\
	<!-- Main Item 1... --><li><a href="mailto:master@tvacapulco.com">Contactenos</a>						\
	<!-- Main Item 1... --><li><a href="index.php">Principal</a>						\
														\
<div style="clear:left;"></div></ul></div>');







/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id="imenus0" statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id"s.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


        //Expand Images are the icons which indicate an additional sub menu level.)
	
        this.main_expand_image_style = "background: url(images/arrow_main.gif) center right no-repeat;";
        this.main_expand_image_hover_style = "background: url(images/arrow_main.gif) center right no-repeat;";

	this.subs_expand_image_style = "background: url(images/arrow_sub.gif) center right no-repeat;";
	this.subs_expand_image_hover_style = "background: url(images/arrow_sub.gif) center right no-repeat;";



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "0px"
           this.main_container_border_style = "yes"

           this.main_container_styles =   "background-color:#009999;		\
                                           border-color:#009999;"




	//Sub Containers

           this.subs_container_padding = "1px, 1px, 1px, 1px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "none"

           this.subs_container_styles =   "background-color:#009999;		\
                                           border-color:#009999;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "2px,5px,2px,5px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-family:system;			\
                                           font-size:14;			\
                                           background-color:#CC0000;		\
                                           color:#FFFFFF;			\
                                           border-style:0;			\
                                           text-align:center;			\
                                           border-style:1;			\
                                           border-color:#000000;		\
                                           border-width:1px;"
					   


           this.main_item_hover_styles =  "background-color:#FF0000;		\
                                           text-decoration:normal;		\
                                           color:FFFFFF;"

           this.main_item_active_styles = "background-color:#CC0000;		\
                                           text-decoration:normal;		\
                                           color:FFFFFF;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:2;		\
                                           font-face:Arial;			\
                                           font-size:12px;			\
                                           font-weight:normal;			\
                                           background-color:#CC0000;		\
                                           color:#FFFFFF;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#3F5CA0;		\
                                           border-width:0px;"	
                                           

           this.subs_item_hover_styles =  "background-color:#FF0000;		\
                                           color:#FFFFFF;"

           this.subs_item_active_styles = "background-color:#CC0000;		\
                                           color:#FFFFFF;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

           this.main_item_width = 130			//default width for all items

//           this.main_item_width0 = 75		//optional specific width for the first menu item
  //         this.main_item_width1 = 85		//optional specific width for the second menu item...
    //       this.main_item_width2 = 85		//optional specific width for the second menu item...
	       //  this.main_item_width3 = 120		//optional specific width for the second menu item...
		    // this.main_item_width4 = 120		//optional specific width for the second menu item...
			 //this.main_item_width5 = 120		//optional specific width for the second menu item...
			 //this.main_item_width6 = 120		//optional specific width for the second menu item...


        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 150;

}


