
//script date 2009 April 21 Tuesday 00:02:22
if(pl_type){}else{pl_type='pages'}
var path=null
posMenu = findPos('Menu')
  
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=0 //50
//Using the cm_page object to place the menu ----
oCMenu.fromLeft=0
oCMenu.fromTop=0
oCMenu.fromLeft=posMenu[0]
oCMenu.fromTop=posMenu[1]
//alert('posMenu[0] : '+posMenu[0]+'\nposMenu[1] : '+posMenu[1])
//We also need to "re place" the menu on resize. So:
oCMenu.onresize="posMenu = findPos('Menu'); oCMenu.fromLeft=pos[0]; oCMenu.fromTop=pos[1]"

oCMenu.rows=1 //0
oCMenu.menuPlacement="left"  //was 0 left //center


//oCMenu.frames = 1  // ?? not used
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="pix/cm_fill.gif"
oCMenu.zIndex=0



//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Background bar properties
/*oCMenu.useBar=1
oCMenu.barWidth="0%"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=10 //0
oCMenu.barY=0 //0
oCMenu.barBorderX=10 //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=150
oCMenu.level[0].height=15 //25 
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=0
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"


//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=oCMenu.level[0].width-2
oCMenu.level[1].height=20
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-((oCMenu.level[0].width-2)/2)+54 //+20
oCMenu.level[1].offsetY=12
oCMenu.level[1].borderClass="clLevel1border"


//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=200
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
path=pl_url+pl_type+'/';
//alert(path)
oCMenu.makeMenu('ePriceList','','&nbsp;Price List',path+'pl_contents.html')
oCMenu.makeMenu('pl_amp','ePriceList','Sec. 1. Amplifiers, RF for TV and Radio','','','','','','','','','')
oCMenu.makeMenu('pl_amp_mast','pl_amp','Page 1. MASTHEAD AMPLIFIERS for TV and Radio  ',path+'pl_amp_mast.html')
oCMenu.makeMenu('pl_amp_mtap','pl_amp','Page 2. MULTI-TAPPED outlet AMPLIFIERS for TV and Radio House Systems ',path+'pl_amp_mtap.html')
oCMenu.makeMenu('pl_amp_mtap_rp','pl_amp','Page 3. MULTI-TAPPED outlet TV Radio AMPLIFIERS with return path for Infrared control for TV and Radio House systems  ',path+'pl_amp_mtap_rp.html')
oCMenu.makeMenu('pl_amp_dhe','pl_amp','Page 4. DOMESTIC HEAD END for TV and Radio House-Distribution System ',path+'pl_amp_dhe.html')
oCMenu.makeMenu('pl_amp_matv','pl_amp','Page 5. MATV AMPLIFIERS for TV and Radio Distribution',path+'pl_amp_matv.html')
oCMenu.makeMenu('pl_amp_phe','pl_amp','Page 6. PROFESSIONAL HEAD END Systems Equipment (channelised)  for TV and Radio Distribution',path+'pl_amp_phe.html')
oCMenu.makeMenu('pl_amp_msds','pl_amp','Page 7. MULTI-SWITCHED DISTRIBUTION SYSTEMS (MSDS)',path+'pl_amp_msds.html')
oCMenu.makeMenu('pl_ant','ePriceList','Sec. 2. Antenna','','','','','','','','','')
oCMenu.makeMenu('pl_ant_sat','pl_ant','Page 8. SATELLITE ANTENNA',path+'pl_ant_sat.html')
oCMenu.makeMenu('pl_ant_sat_x','pl_ant','Page 9. SATELLITE ANTENNA ACCESSORIES',path+'pl_ant_sat_x.html')
oCMenu.makeMenu('pl_ant_sat_lnb','pl_ant','Page 10. SATELLITE ANTENNA LNBS',path+'pl_ant_sat_lnb.html')
oCMenu.makeMenu('pl_ant_ter','pl_ant','Page 11. TERRESTRIAL ANTENNA',path+'pl_ant_ter.html')
oCMenu.makeMenu('pl_ant_fix','ePriceList','Sec. 3. Antenna Fixings','','','','','','','','','')
oCMenu.makeMenu('pl_ant_brackets','pl_ant_fix','Page 12. BRACKETS and Fixing Bolts',path+'pl_ant_brackets.html')
oCMenu.makeMenu('pl_ant_mast','pl_ant_fix','Page 13. MASTING',path+'pl_ant_mast.html')
oCMenu.makeMenu('pl_ant_e','ePriceList','Sec. 4. Earth Bonding','','','','','','','','','')
oCMenu.makeMenu('pl_ant_earth','pl_ant_e','Page 14. Earth Bond Components for Lightning Conductor Bonding',path+'pl_ant_earth.html')
oCMenu.makeMenu('pl_f','ePriceList','Sec. 5. Filters (RF) & Signal Balancing','','','','','','','','','')
oCMenu.makeMenu('pl_filters','pl_f','Page 15. ATTENUATORS & TUNED R.F. COMPONENTS',path+'pl_filters.html')
oCMenu.makeMenu('pl_hou','ePriceList','Sec. 6. Equipment Housings','','','','','','','','','')
oCMenu.makeMenu('pl_hou_jwh','pl_hou','Page 16. Housings',path+'pl_hou_jwh.html')
oCMenu.makeMenu('pl_cable','ePriceList','Sec. 7. Cable','','','','','','','','','')
oCMenu.makeMenu('pl_cable_ray','pl_cable','Page 17. WEBRO COAXIAL CABLE',path+'pl_cable_ray.html')
oCMenu.makeMenu('pl_cable_bie','pl_cable','Page 18. Bieffe Coaxial Cables',path+'pl_cable_bie.html')
oCMenu.makeMenu('pl_cable_coax','pl_cable','Page 19. Coaxial Cables',path+'pl_cable_coax.html')
oCMenu.makeMenu('pl_cable_x','ePriceList','Sec. 8. Cable Fixings & Accessories','','','','','','','','','')
oCMenu.makeMenu('pl_cable_fix','pl_cable_x','Page 20. CABLE  FIXINGS  &  ACCESSORIES',path+'pl_cable_fix.html')
oCMenu.makeMenu('pl_avh','ePriceList','Sec. 9. Audio Visual Accessories','','','','','','','','','')
oCMenu.makeMenu('pl_av_b','pl_avh','Page 21. A.V. CONNECTORS, LEAD & SWITCHING UNITS Branded',path+'pl_av_b.html')
oCMenu.makeMenu('pl_av_nb','pl_avh','Page 22. A/V CONNECTORS, LEAD & SWITCHING UNITS None Branded',path+'pl_av_nb.html')
oCMenu.makeMenu('pl_av_FSB','pl_avh','Page 23. Fat Screen TV Wall Brackets',path+'pl_av_FSB.html')
oCMenu.makeMenu('pl_tele','ePriceList','Sec. 10. Telephone & Computer (Twisted Pair) Network Components','','','','','','','','','')
oCMenu.makeMenu('pl_telephone','pl_tele','Page 24.  TELEPHONE COMPONENTS  & CABLE',path+'pl_telephone.html')
oCMenu.makeMenu('pl_telephone','pl_tele','Page 25.  TELEPHONE COMPONENTS  & CABLE',path+'pl_telephone.html')
oCMenu.makeMenu('pl_rf_cn','ePriceList','Sec. 11. Connectors (RF)','','','','','','','','','')
oCMenu.makeMenu('pl_rf_connectors','pl_rf_cn','Page 26. RF COAXIAL CONNECTORS & TOOLS',path+'pl_rf_connectors.html')
oCMenu.makeMenu('pl_co_fpro','pl_rf_cn','Page 27. PROFESSIONAL RANGE OF F-TYPE CONNECTORS, Fly Leads & TOOLS.',path+'pl_co_fpro.html')
oCMenu.makeMenu('pl_rf_outlets','pl_rf_cn','Page 28. RF COAXIAL OUTLET PLATES',path+'pl_rf_outlets.html')
oCMenu.makeMenu('pl_rf_outlets_module','pl_rf_cn','Page 29. MODULAR RF COAXIAL OUTLET PLATES',path+'pl_rf_outlets_module.html')
oCMenu.makeMenu('pl_rf_outlets_x','pl_rf_cn','Page 30. ACCESSORIES FOR WALL PLATES ',path+'pl_rf_outlets_x.html')
oCMenu.makeMenu('pl_ele','ePriceList','Sec. 12. Electrical Accessories','','','','','','','','','')
oCMenu.makeMenu('pl_ele_x','pl_ele','Page 31. ELECTRICAL ACCESSORIES',path+'pl_ele_x.html')
oCMenu.makeMenu('pl_net','ePriceList','Sec. 13. Network Components','','','','','','','','','')
oCMenu.makeMenu('pl_split_taps','pl_net','Page 32. RF Network SPLITTER & TAPS  in the frequency range  5-860Mhz',path+'pl_split_taps.html')
oCMenu.makeMenu('pl_split_taps_wb','pl_net','Page 33. RF Network SPLITTER & TAPS  in the frequency range  5-2400Mhz',path+'pl_split_taps_wb.html')
oCMenu.makeMenu('pl_client','ePriceList','Sec. 14. Client Equipment','','','','','','','','','')
oCMenu.makeMenu('pl_client_rx','pl_client','Page 34. CLIENT RECEIVERS',path+'pl_client_rx.html')
oCMenu.makeMenu('pl_test','ePriceList','Sec. 15. Test Equipment','','','','','','','','','')
oCMenu.makeMenu('pl_test_eq','pl_test','Page 35. RF  FIELD STRENGTH METERS',path+'pl_test_eq.html')

//-----------------------------------------------------------------------------------------------------		
//oCMenu.makeMenu('eInfomation','','&nbsp;&nbsp;&nbsp;&nbsp; Infomation',path+'pl_contents.html')
//oCMenu.makeMenu('WTVS','eInfomation','1. World TV Standards','','','','','','','','','')
//oCMenu.makeMenu('in_acronym','WTVS','1. Acronym - Glossary','../info/Acronym - Glossary.html?pl_type='+pl_type)
//oCMenu.makeMenu('in_CCIR','WTVS','2. CCIR_Standards','../info/CCIR_Standards.html?pl_type='+pl_type)
//oCMenu.makeMenu('in_CCIR_Country','WTVS','3. CCIR_Standards_by_Country','../info/CCIR_Standards_by_Country.html?pl_type='+pl_type)
//oCMenu.makeMenu('in_CCIR_B','WTVS','4. CCIR_Standards_B','../info/CCIR_Standards_B.html?pl_type='+pl_type)
//oCMenu.makeMenu('in_CCIR_G','WTVS','5. CCIR_Standards_G','../info/CCIR_Standards_G.html?pl_type='+pl_type)
//oCMenu.makeMenu('in_CCIR_I','WTVS','6. CCIR_Standards_I','../info/CCIR_Standards_I.html?pl_type='+pl_type)
//oCMenu.makeMenu('in_CCIR_L','WTVS','7. CCIR_Standards_L','../info/CCIR_Standards_L.html?pl_type='+pl_type)
//oCMenu.makeMenu('in_FCC','WTVS','8. FCC_American_frequency_Table','../info/FCC_Standard_American_frequency_Table.html?pl_type='+pl_type)
//oCMenu.makeMenu('in_PAL','WTVS','9. PAL_Standards','../info/PAL_Standards.html?pl_type='+pl_type)

//--------------------------------------------------------------	
oCMenu.makeMenu('links','','&nbsp;Links','')
oCMenu.makeMenu('links_ch','links','Channels Transmitters','')

oCMenu.makeMenu('links_ch_sat','links_ch','100. Satellite world','')
oCMenu.makeMenu('lyngsat','links_ch_sat','101. www.lyngsat.com','http://www.lyngsat.com','_blank')
oCMenu.makeMenu('satcodx','links_ch_sat','102. www.satcodx.com','http://www.satcodx.com','_blank')

oCMenu.makeMenu('links_ch_ter_uk','links_ch','200. Terrestrial UK','')
//oCMenu.makeMenu('1','links_ch_ter_uk','201. Digital Transmiters','../prod/tx_uk_digital.html?page='+path+pl_page,'_self')
oCMenu.makeMenu('1','links_ch_ter_uk','201. www.dtg.org.uk - home page','http://www.dtg.org.uk/','_blank')
oCMenu.makeMenu('2','links_ch_ter_uk','202. www.bbc.co.uk - reception page','http://www.bbc.co.uk/reception/','_blank')
oCMenu.makeMenu('3','links_ch_ter_uk','203. www.ofcom.org.uk - reception page','http://www.ofcom.org.uk/static/reception_advice/index.asp.html','_blank')
oCMenu.makeMenu('4','links_ch_ter_uk','204. MUX Allication','http://www.dtg.org.uk/retailer/dtt_channels.html','_blank')
oCMenu.makeMenu('5','links_ch_ter_uk','205. Rradio Authority Archive ','http://www.ofcom.org.uk/static/archive/rau/','_blank')
oCMenu.makeMenu('links_man','links','manufacturers','')
oCMenu.makeMenu('links_man_stb','links_man','Set Top Box','')
oCMenu.makeMenu('hyundai','links_man_stb','Hyundai','http://www.hdt.co.kr/eng/','_blank')
oCMenu.makeMenu('Strong','links_man_stb','Strong','http://strongstb.com/strongsat/','_blank')
//oCMenu.makeMenu('humax','links_man_stb','humax','links_man_stb','_blank')

//-----------------------------------------------------------------------------------------------------		
//oCMenu.makeMenu('services','','&nbsp;Services','')
//oCMenu.makeMenu('eMail','services','1001. eMail Web Server','http://rfnetworks:8025/login','_blank')
//Leave this line - it constructs the menu
oCMenu.construct();
