﻿function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

 Menu 0 - General Settings and Menu Structure

 **See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


    //Relative positioned icon images (flow with main menu or sub item text)
 // zmenit na webu

 pozice = "http://www.schpcm.cz/"
 //pozice = "http://schp000/schp/"

 this.rel_icon_image0 = pozice + "menu/img/gray_bullet.gif"
 this.rel_icon_rollover0 = pozice + "menu/img/gray_bullet.gif"
 this.rel_icon_image_wh0 = "12,8"

 this.rel_icon_image1 = pozice + "menu/img/red_arrow.gif"
 this.rel_icon_rollover1 = pozice + "menu/img/red_arrow.gif"
 this.rel_icon_image_wh1 = "13,8"



    //Absolute positioned icon images (coordinate positioned - relative to
    //right top corner of the menu item displaying the icon.)

 this.abs_icon_image0 = pozice + "menu/img/red_arrow1.gif"
 this.abs_icon_rollover0 = pozice + "menu/img/red_arrow1.gif"
 this.abs_icon_image_wh0 = "8,10"
 this.abs_icon_image_xy0 = "-9,5"



/*---------------------------------------------
Pointers & Dividers
---------------------------------------------*/


//Pointers are optional, specific settings override the default pointer.
//The x and y offset of each pointer image is relative to the upper left
//corner of the menu group using the pointer.



    //Pointer Settings

 this.pointer_image = pozice + "menu/img/red_arrow1.gif"
 this.pointer_image_wh = "8,10"   //width and height of pointer image
 this.pointer_image_xy = "-9,0"   //x and y offset of pointer image

 this.pointer_image_main = pozice + "menu/img/red_slider.gif"
 this.pointer_image_wh_main = "11,3"
 this.pointer_image_xy_main = "-7,1"

 this.pointer_image1_0 = pozice + "menu/img/red_arrow2.gif"
 this.pointer_image_wh1_0 = "8,10"
 this.pointer_image_xy1_0 = "180,0"

 this.pointer_image1_1 = pozice + "menu/img/red_arrow2.gif"
 this.pointer_image_wh1_1 = "8,10"
 this.pointer_image_xy1_1 = "180,0"

 this.pointer_image2_5 = pozice + "menu/img/red_arrow2.gif"
 this.pointer_image_wh2_5 = "8,10"
 this.pointer_image_xy2_5 = "150,0"



    //Divider Settings

 this.use_divider_caps = false  //cap the top and bottom of each menu group
 this.divider_width = 5   //applies to horizontal menus only
 this.divider_height = 2   //applies to vertical menus only



    //available specific settings

 this.use_divider_capsX_X = true
 this.divider_widthX = 20
 this.divider_heightX = 20

 this.pointer_imageX = "../img/arrow.gif"
 this.pointer_image_whX = "13,10"
 this.pointer_image_xyX = "10,10"



/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the
   //width of items and menu groups may be defined, heights
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


 this.is_horizontal = false   //applies to all menu groups
 this.is_horizontal_main = true   //applies to main group only

 this.menu_width = 200    //applies to vertical menus
 this.menu_width_items = 108   //applies to items in a horizontal menu



   //Padding Values


 this.menu_padding_main = "0,2,0,2"  //top, right, bottom, left
 this.menu_padding_sub = "9,6,5,6"

 this.item_padding_main = "6,5,6,5"
 this.item_padding_sub = "3,5,3,0"



   //Border Sizing


 this.menu_border_main = 1
 this.menu_border_sub = 1

 this.item_border_main = 0
 this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)


 this.is_horizontalX = true

 this.menu_width0 = 100
 this.menu_width_item0 = 90
 this.menu_width_item1 = 129
 this.menu_width_item2 = 129
 this.menu_width_item3 = 109
 this.menu_width_item4 = 90
 
 this.menu_width_itemX_X = 100

 this.menu_padding_subX = "10,5,10,5"
 this.item_padding_mainX = "10,5,10,5"
 this.item_padding_subX_X = "10,5,10,5"

 this.menu_border_subX = 1
 this.item_border_mainX = 1
 this.item_border_subX_X = 1



/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following section to optionally associate menu groups
//and menu items with existing CSS classes from your site.



   //global class names

 //this.main_menu_class = "myclassname"
 //this.main_items_class = "myclassname"
 //this.main_items_rollover_class = "myclassname"

 //this.sub_menu_class = "myclassname"
 //this.sub_items_class = "myclassname"
 //this.sub_items_rollover_class = "myclassname"


   //specific menu items

 //this.item_classX_X = "myclassname"
 //this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


 this.show_menu = ""
 this.hide_menu = ""


 //available specific settings


 this.show_menuX = "alert('show id')"
 this.hide_menuX = "alert('hide id')"
 

 //use the following to execute a JavaScript statement for any menu item
 //change 'X' below, to the menu items index number.

 this.clickX = "alert('Sample Click Code - Exposed Menu Event')"



/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

 this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Hlavni radek menu


 this.item0 = "Aktuality"
 this.icon_rel0 = 0
 this.url0 = pozice + "default.asp"

 this.item1 = "Jatečná prasata"
 this.icon_rel1 = 1
 //this.url1 = "myurl.html"

 this.item2 = "Plemenná prasata"
 this.icon_rel2 = 1
 //this.url2 = "myurl.html"

 this.item3 = "Legislativa"
 this.icon_rel3 = 0
 this.url3 = pozice + "legis/default.asp"

 this.item4 = "Svaz"
 this.icon_rel4 = 1
 //this.url3 = "myurl.html"

 this.item5 = "Dotace"
 this.icon_rel5 = 0
 this.url5 = pozice + "dotace/dotace.asp"

 this.item6 = "Publikace"
 this.icon_rel6 = 0
 this.url6 = pozice + "publikace/publikace.asp"




/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0
/*
 this.menu_xy0 = "-112,19"
 this.menu_width0 = 136

 this.item0_0 = "Unlimited Levels"
 this.item0_1 = "Cross Browser"
 this.item0_2 = "Custom Fonts"
 this.item0_3 = "Custom Sizing"
 this.item0_4 = "Custom Graphics"

 this.icon_rel0_0 = 0
 this.icon_rel0_1 = 0
 this.icon_rel0_2 = 0
 this.icon_rel0_3 = 0
 this.icon_rel0_4 = 0


 this.url0_0 =  pozice + 'ostatni/working.html'
 this.url0_1 =  pozice + 'ostatni/working.html'
 this.url0_2 =  pozice + 'ostatni/working.html'
 this.url0_3 =  pozice + 'ostatni/working.html'
 this.url0_4 =  pozice + 'ostatni/working.html'

*/
//  *******************************
//  *
//  *   Sub Menu PRODUCENTI
//  *
//  *******************************
 this.menu_xy1 = "-75,19"
 this.menu_width1 = 250

 this.item1_0 = "Ekonomika a cenové zpravodajství"
 this.item1_1 = "Statistické údaje"
 this.item1_2 = "IPPC"
 this.item1_3 = "Integrovaný registr zneišťovatelů"
 //this.item1_3 = "HRDP a SOP"

 this.icon_rel1_0 = 0
 this.icon_rel1_1 = 0
 this.icon_rel1_2 = 0
 this.icon_rel1_3 = 0

 this.icon_abs1_0 = 0
 this.icon_abs1_1 = 0
 //
 this.url1_2 = pozice + 'ekolog/ippc.asp'
 this.url1_3 = pozice + 'ekolog/irz.asp'

//   *****************************************
//   *
//   *  Sub Menu PRODUCENTI => EKONOM (1-0)
//   *
//   *****************************************

 this.menu_xy1_0 = "2,-1"
 this.menu_width1_0 = 220

 this.item1_0_0 = "Dennní ceny"
 this.item1_0_1 = "Ceny v zahraničí"
 this.item1_0_2 = "Přepočítané ceny v zahraničí (ISN)"
 this.item1_0_4 = "Burzovní zpravodajství"

 this.icon_rel1_0_0 = 0
 this.icon_rel1_0_1 = 0
 this.icon_rel1_0_2 = 0
 this.icon_rel1_0_4 = 0

 this.url1_0_0 = pozice + 'ekonom/denceny.asp'
 this.url1_0_1 = pozice + 'ekonom/zahrout.asp'
 this.url1_0_2 = pozice + 'ekonom/isn.asp'
 this.url1_0_4 = pozice + 'ekonom/burzout.asp'


 //   *****************************************
 //   *
 //   *  Sub Menu PRODUCENTI => STATISTIKA (1-1)
 //   *
 //   *****************************************

 this.menu_xy1_0 = "2,-1"
 this.menu_width1_0 = 180
 
 this.item1_1_0 = "Stavy zvířat"
 this.item1_1_1 = "Zahraniční obchod"

 this.icon_rel1_1_0 = 0
 this.icon_rel1_1_1 = 0

 this.url1_1_0 = pozice + 'ekonom/stat.asp'
 this.url1_1_1 = pozice + 'ekonom/stazo_xml.asp?detail=off'

//   ****************************
//   *
//   *  Sub Menu SLECHTENI (2)
//   *
//   ****************************

 this.menu_xy2 = "-75,19"
 this.menu_width2 = 180

 this.item2_0 = "Plemenná kniha on-line"
 this.item2_1 = "Přehled chovů"
 this.item2_2 = "Oprávněné osoby"
 this.item2_3 = "Připařovací plán"
 this.item2_4 = "Nákupní trhy kanců"
 this.item2_5 = "Metodické pokyny"
 

 this.icon_rel2_0 = 0
 this.icon_rel2_1 = 0
 this.icon_rel2_2 = 0
 this.icon_rel2_3 = 0
 this.icon_rel2_4 = 0
 this.icon_rel2_5 = 0
 
 this.url2_0 =  pozice + 'pkol/default.aspx'
 this.url2_1 =  pozice + 'slechteni/seznam/main_pk.asp'
 this.url2_2 =  pozice + 'slechteni/oo.asp'
 this.url2_3 =  pozice + 'slechteni/priplan/default.asp'
 this.url2_4 =  pozice + 'slechteni/trhy.asp?rok=2011'
 this.url2_5 =  pozice + 'slechteni/metodiky/metodiky.asp'


//   **************************************************
//   *
//   *  Sub Menu SVAZ (4)
//   *
//   **************************************************

 this.menu_xy4 = "-75,19"
 this.menu_width4 = 130

 this.item4_0 = "Kontakty"
 this.item4_1 = "Stanovy"
 this.item4_2 = "Příspěvkový řád"
 this.item4_3 = "Přihláška"
 this.item4_4 = "Řád svodu"
 this.item4_5 = "Řád chovu"

 this.icon_rel4_0 = 0
 this.icon_rel4_1 = 0
 this.icon_rel4_2 = 0
 this.icon_rel4_3 = 0
 this.icon_rel4_4 = 0
 this.icon_rel4_5 = 0

 this.url4_0 =  pozice + 'svaz/info.asp'
 this.url4_1 =  pozice + 'svaz/stanovy.pdf'
 this.url4_2 =  pozice + 'svaz/prrad06.pdf'
 this.url4_3 =  pozice + 'svaz/prihlaska.pdf'
 this.url4_4 =  pozice + 'svaz/r_svodu.asp'
 this.url4_5 =  pozice + 'svaz/r_chovu.asp'


}///////////////////////// END Menu Data /////////////////////////////////////////

