Advertisement
Guest User

Untitled

a guest
May 12th, 2013
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.86 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  34. <html>
  35. <head>
  36.  
  37.  
  38.  
  39.  
  40. <title>Shure SLX24/SM58 &#124; Wireless Microphone System</title>
  41. <META name="description" content="Buy the Shure SLX24-SM58 Wireless Microphone System At CCI Solutions- Shure Combines SM58 Durability With the Versatile Shure SLX2 Transmitter Plus SLX4 Reciever to Equal a Great SM58 Mic System.">
  42. <META name="keywords" content="">
  43. <META name="author" content="CCI Solutions">
  44. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  45. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
  46.  
  47. <meta name="pressabout-site-verification" content="54170391cfe9201827e356a7525407e8">
  48. <meta name="netinsert" content="0.0.1.2.8.1.1">
  49. <meta name="msvalidate.01" content="01261CD274EEDC0E48B2D0A6DD34C549" />
  50.  
  51. <META name="action" content="showProduct">
  52. <META name="PageFormat" content="c02">
  53.  
  54. <link rel="canonical" href="http://www.ccisolutions.com/StoreFront/product/shure-slx24-sm58-wireless-microphone-system-j3"/>
  55.  
  56. <link rel="publisher" href="https://plus.google.com/102155004559747798559" />
  57.  
  58. <link rel="STYLESHEET" type="text/css" href="/StoreFront/jsp/customstyles/Marketing.css">
  59. <link rel="STYLESHEET" type="text/css" href="/StoreFront/jsp/customstyles/ECom.css">
  60.  
  61. <link rel="STYLESHEET" type="text/css" href="/StoreFront/jsp/customstyles/Premier.css">
  62. <link rel="STYLESHEET" type="text/css" href="/StoreFront/jsp/customstyles/Systems.css">
  63.  
  64.  
  65. <link rel="STYLESHEET" type="text/css" href="/StoreFront/jsp/stylesheets/common.css">
  66.  
  67.  
  68. <link rel="STYLESHEET" type="text/css" href="/StoreFront/jsp/stylesheets/uTube.css">
  69.  
  70.  
  71. <link rel="STYLESHEET" type="text/css" href="/StoreFront/jsp/stylesheets/product.css">
  72. <link rel="stylesheet" type="text/css" href="/SpryAssets/SpryTabbedPanels.css"/>
  73.  
  74.  
  75. <script language="JavaScript" type="text/javascript" SRC="/StoreFront/iaf.js"></script>
  76. <script language="JavaScript" type="text/javascript" SRC="/StoreFront/jsp/util/CCI-utils.js"></script>
  77.  
  78.  
  79. <script language="JavaScript" type="text/javascript" SRC="/StoreFront/cci.js"></script>
  80. <script language="JavaScript" type="text/javascript" SRC="/StoreFront/jsp/util/CombinedGeneralMin.js"></script>
  81.  
  82. <script type="text/javascript" src="/SpryAssets/SpryTabbedPanels.js" ></script>
  83. <script src="//cdn.optimizely.com/js/89815340.js"></script>
  84.  
  85.  
  86. <script language="JavaScript" type="text/javascript">
  87. function findPosition(object, PopWidth) {
  88. var positionLeft = positionTop = 0;
  89. if (object.offsetParent) {
  90. positionLeft += object.offsetLeft - PopWidth;
  91. positionTop += object. offsetTop -5;
  92. }
  93. return [positionLeft,positionTop];
  94. }
  95.  
  96. function openLayer(object, myLayer,PopWidth)
  97. {
  98. var coords = findPosition(object, PopWidth);
  99. var layer = document.getElementById(myLayer);
  100. layer.style.top = coords[1] + 'px';
  101. layer.style.left = coords[0] + 'px';
  102. document.getElementById(myLayer).style.display="block";
  103. }
  104.  
  105. function closeLayer(object, myLayer) {
  106. document.getElementById(myLayer).setAttribute( 'style', 'display:none' );
  107. document.getElementById(myLayer).style.display = "none";
  108. }
  109.  
  110.  
  111.  
  112. function categorySelectProductwithOrigin(categoryCode, productNumber, origin, productURLDescription) {
  113. var newURL = "";
  114. if (productURLDescription != "" && productURLDescription != null){
  115. newURL = "http://www.ccisolutions.com/StoreFront/" + "product/" + productURLDescription;
  116. }else{
  117. newURL = "http://www.ccisolutions.com/StoreFront/" + "product/" + productNumber + ".prod";
  118. }
  119. window.location = newURL;
  120. return false;
  121. }
  122.  
  123. function categorySelectProduct(categoryCode, productNumber, productURLDescription,debug) {
  124. var prodURL="";
  125. var urlExtension=".prod";
  126. var newURL ="";
  127. var urlPath ="";
  128. if (productURLDescription != "" && productURLDescription != null){
  129. newURL = "http://www.ccisolutions.com/StoreFront/" + "product/" + productURLDescription;
  130. urlPath="product";
  131. }else{
  132. newURL = "http://www.ccisolutions.com/StoreFront/" + productNumber + urlExtension;
  133. }
  134.  
  135. window.location = newURL;
  136. return false;
  137. }
  138. function toggleText(element){
  139. if (document.getElementById(element).style.display=='block' || document.getElementById(element).style.display==''){
  140. document.getElementById(element).style.display='none';
  141. return false;
  142. } else {
  143. document.getElementById(element).style.display='block';
  144. return false;
  145. }
  146. }
  147.  
  148. function getSubCategories(code,url,origin) {
  149. var newURL = "";
  150. if(url != "") {
  151. newURL = "http://www.ccisolutions.com/StoreFront/" + "category/" + url;
  152. } else {
  153. newURL = "http://www.ccisolutions.com/StoreFront/" + "category/" + code + ".cat";
  154. }
  155. if(origin != "") {
  156. newURL = newURL;
  157. }
  158. window.location = newURL;
  159. return false;
  160. // document.forms.leftForm.code.value = code;
  161. // return NewIAFSubmit0(document.forms.leftForm, code+'.cat', 'getSubCategories');
  162. }
  163.  
  164.  
  165. </script>
  166.  
  167.  
  168.  
  169. <script type="text/javascript">
  170.  
  171. var _gaq = _gaq || [];
  172. _gaq.push(['_setAccount', 'UA-17097044-1']);
  173. _gaq.push(['_trackPageview']);
  174. _gaq.push(['_trackPageLoadTime']);
  175. (function() {
  176. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  177. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  178. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  179. })();
  180.  
  181.  
  182.  
  183.  
  184. var Functions = new Array();
  185.  
  186. Functions[0]="createCookie('KeyCode','WEBKEY',30)";
  187. Functions[1]="createCookie('ScreenRes','Resolution: '+screen.width+'x'+screen.height,30)";
  188. var anylinkmenu0={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  189. anylinkmenu0.cols={divclass:'column', inlinestyle:''}
  190. anylinkmenu0.items=[
  191. ["Wireless Microphones ", "/StoreFront/category/wireless-microphones"],
  192. ["Microphones ", "/StoreFront/category/microphones"],
  193. ["Mixers / Consoles ", "/StoreFront/category/audio-mixers-audio-consoles"],
  194. ["Loudspeakers ", "/StoreFront/category/pa-speakers-audio-sound-speakers"],
  195. ["Audio Amplifiers ", "/StoreFront/category/audio-amplifiers"],
  196. ["Signal Processors ", "/StoreFront/category/signal-processors"],
  197. ["In Ear Monitoring", "/StoreFront/category/in-ear-monitoring-systems","efc"],
  198. ["Assistive Listening ", "/StoreFront/category/assistive-listening"],
  199. ["Portable Sound ", "/StoreFront/category/live-sound-portable-sound-systems"],
  200. ["Batteries ", "/StoreFront/category/pro-sound-batteries"],
  201. ["Portable Stages ", "/StoreFront/category/portable-stages"],
  202. ["Equipment Racks ", "/StoreFront/category/equipment-racks"],
  203. ["Cases ", "/StoreFront/category/CZD.cat"],
  204. ["Cables & Connectors", "/StoreFront/category/live-sound-cable-connectors","efc"],
  205. ["iPad / iPhone Accessories ", "/StoreFront/category/ipad-iphone-accessories"],
  206. ["Stands & Stand Accessories ", "/StoreFront/category/CVD.cat"],
  207. ["Direct Boxes ", "/StoreFront/category/direct-boxes"],
  208. ["Sound Accessories ", "/StoreFront/category/live-sound-accessories"],
  209. ["Headphones ", "/StoreFront/category/headphones"],
  210. ["Musicians Accessories ", "/StoreFront/category/musical-equipment"],
  211. ["Drum Shield", "/StoreFront/category/drum-shield","efc"],
  212. ["Live Sound Books & Videos ", "/StoreFront/category/D1M.cat"]
  213. ]
  214. var anylinkmenu1={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  215. anylinkmenu1.cols={divclass:'column', inlinestyle:''}
  216. anylinkmenu1.items=[
  217. ["LCD Projectors ", "/StoreFront/category/video-projector"],
  218. ["DLP Projectors ", "/StoreFront/category/dlp-projectors"],
  219. ["Projector Lenses ", "/StoreFront/category/CVW.cat"],
  220. ["Projector Screen ", "/StoreFront/category/projector-screen"],
  221. ["Projector Mounts ", "/StoreFront/category/projector-mounts"],
  222. ["Stands, Carts & Cases ", "/StoreFront/category/projector-stands-carts-cases"],
  223. ["Projector Cables", "/StoreFront/category/projector-cables","efc"],
  224. ["Mixers ", "/StoreFront/category/video-mixers"],
  225. ["Switchers / Scalers ", "/StoreFront/category/video-switchers-scalers"],
  226. ["Distribution Amplifiers ", "/StoreFront/category/video-distribution-amplifiers"],
  227. ["HDMI over CAT5 ", "/StoreFront/category/hdmi-over-cat5"],
  228. ["Cameras ", "/StoreFront/category/video-cameras"],
  229. ["Video Camera Accessories ", "/StoreFront/category/video-camera-accessories"],
  230. ["Worship Software", "/StoreFront/category/worship-software","efc"],
  231. ["Plasma & LCD Flat Panel Carts ", "/StoreFront/category/flat-panel-carts"],
  232. ["Plasma / LCD Mounts ", "/StoreFront/category/plasma-lcd-mounts"],
  233. ["Video Cables ", "/StoreFront/category/video-cables"],
  234. ["VHS & Mini Tape ", "/StoreFront/category/vhs-mini-dvd-cassettes"],
  235. ["VHS Labels & Sleeves ", "/StoreFront/category/vhs-labels-sleeves-boxes"]
  236. ]
  237. var anylinkmenu2={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  238. anylinkmenu2.cols={divclass:'column', inlinestyle:''}
  239. anylinkmenu2.items=[
  240. ["LED Stage Lights ", "/StoreFront/category/led-stage-lights"],
  241. ["Systems ", "/StoreFront/category/stage-lighting-systems"],
  242. ["DMX Distribution ", "/StoreFront/category/dmx-distribution"],
  243. ["Fixtures ", "/StoreFront/category/stage-light-fixtures"],
  244. ["Controllers ", "/StoreFront/category/stage-light-controllers"],
  245. ["Dimmer Packs ", "/StoreFront/category/stage-lighting-dimmer-packs"],
  246. ["Special Effects", "/StoreFront/category/stage-lighting-special-effects","efc"],
  247. ["Accessories ", "/StoreFront/category/stage-lighting-accessories"],
  248. ["Pattern Gobos ", "/StoreFront/category/stage-lighting-pattern-gobos"],
  249. ["Lighting Stands ", "/StoreFront/category/stage-lighting-stands"],
  250. ["Lamps ", "/StoreFront/category/stage-lighting-lamps"]
  251. ]
  252. var anylinkmenu3={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  253. anylinkmenu3.cols={divclass:'column', inlinestyle:''}
  254. anylinkmenu3.items=[
  255. ["CD & DVD Players and Audio Recorders ", "/StoreFront/category/cd-dvd-players-audio-recorders"],
  256. ["Podcasting ", "/StoreFront/category/podcasting-tools-equipment"],
  257. ["Recording Mixers ", "/StoreFront/category/recording-mixers"],
  258. ["Signal Processors ", "/StoreFront/category/signal-processors"],
  259. ["Computer Audio ", "/StoreFront/category/computer-audio-recording"],
  260. ["Studio Microphones ", "/StoreFront/category/studio-microphones"],
  261. ["Monitor Systems", "/StoreFront/category/recording-monitor-systems","efc"],
  262. ["Recording Accessories ", "/StoreFront/category/podcasting"],
  263. ["Microphone Pre Amps ", "/StoreFront/category/microphone-preamps"],
  264. ["Tape to CD Converters ", "/StoreFront/category/tape-to-cd-pc"],
  265. ["Blank Media ", "/StoreFront/category/blank-cds-dvds-cassettes"],
  266. ["CD DVD Duplicators ", "/StoreFront/category/cd-dvd-duplicators"]
  267. ]
  268. var anylinkmenu4={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  269. anylinkmenu4.cols={divclass:'column', inlinestyle:''}
  270. anylinkmenu4.items=[
  271. ["Audio Interconnect Cables ", "/StoreFront/category/audio-interconnect-cables"],
  272. ["Audio Adapters & Connectors ", "/StoreFront/category/audio-adapters-audio-connectors"],
  273. ["Microphone Cables ", "/StoreFront/category/ADP.cat"],
  274. ["Speaker Cables ", "/StoreFront/category/speaker-cables"],
  275. ["Network Cables Cat-5 ", "/StoreFront/category/cat5-network-cables"],
  276. ["Audio Snakes ", "/StoreFront/category/audio-snakes"],
  277. ["Digital Audio Snakes", "/StoreFront/category/digital-audio-snakes","efc"],
  278. ["Bulk Wire ", "/StoreFront/category/bulk-wire"],
  279. ["Instrument Cables ", "/StoreFront/category/instrument-cables"],
  280. ["Video Cables ", "/StoreFront/category/CSO.cat"]
  281. ]
  282. var anylinkmenu5={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  283. anylinkmenu5.cols={divclass:'column', inlinestyle:''}
  284. anylinkmenu5.items=[
  285. ["AKG ", "/StoreFront/category/akg"],
  286. ["Allen & Heath ", "/StoreFront/category/allen-heath"],
  287. ["Audio Technica ", "/StoreFront/category/audio-technica"],
  288. ["Aviom ", "/StoreFront/category/aviom"],
  289. ["CAD ", "/StoreFront/category/cad"],
  290. ["Chief Manufacturing Inc. ", "/StoreFront/category/chief-manufacturing"],
  291. ["Clearsonic Mfg. Inc. ", "/StoreFront/category/clearsonic","efc"],
  292. ["Countryman ", "/StoreFront/category/countryman"],
  293. ["Crown ", "/StoreFront/category/crown"],
  294. ["DBX ", "/StoreFront/category/dbx"],
  295. ["Da-Lite ", "/StoreFront/category/da-lite"],
  296. ["Denon ", "/StoreFront/category/denon"],
  297. ["Digidesign ", "/StoreFront/category/CRC.cat"],
  298. ["EZ Dupe ", "/StoreFront/category/ez-dupe","efc"],
  299. ["Elation ", "/StoreFront/category/elation"],
  300. ["Hitachi ", "/StoreFront/category/hitachi"],
  301. ["Mackie ", "/StoreFront/category/mackie"],
  302. ["Marantz ", "/StoreFront/category/marantz"],
  303. ["PreSonus ", "/StoreFront/category/presonus"],
  304. ["QSC ", "/StoreFront/category/qsc"],
  305. ["Sanyo ", "/StoreFront/category/sanyo","efc"],
  306. ["Sennheiser ", "/StoreFront/category/sennheiser"],
  307. ["Shure ", "/StoreFront/category/shure"],
  308. ["SoundCraft ", "/StoreFront/category/soundcraft"],
  309. ["Telex ", "/StoreFront/category/telex"],
  310. ["Ultimate Support Systems ", "/StoreFront/category/ultimate-support-stands"],
  311. ["Whirlwind ", "/StoreFront/category/whirlwind"],
  312. ["Yamaha ", "/StoreFront/category/yamaha"],
  313. ["<b>See All Brands </b>", "/StoreFront/category/shop-by-brand"]]
  314. var anylinkmenu6={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  315. anylinkmenu6.cols={divclass:'column', inlinestyle:''}
  316. anylinkmenu6.items=[
  317. ["Microphones & Accessories ", "/StoreFront/category/CLC.cat"],
  318. ["Wireless & Accessories ", "/StoreFront/category/CLD.cat"],
  319. ["Recorders & Players ", "/StoreFront/category/CLE.cat"],
  320. ["Duplicator & Disc Printers ", "/StoreFront/category/CLF.cat"],
  321. ["Blank Media & Accessories ", "/StoreFront/category/CLG.cat"],
  322. ["In Ear & Hearing ", "/StoreFront/category/CLI.cat"],
  323. ["Speakers & Accessories", "/StoreFront/category/CLH.cat","efc"],
  324. ["Audio Mixers ", "/StoreFront/category/CLS.cat"],
  325. ["Amplifiers, Distro & Preamp ", "/StoreFront/category/CLR.cat"],
  326. ["Audio Processing ", "/StoreFront/category/CLT.cat"],
  327. ["Lighting & Accessories ", "/StoreFront/category/CLJ.cat"],
  328. ["Video & Accessories ", "/StoreFront/category/CLK.cat"],
  329. ["Computer Recording ", "/StoreFront/category/CLN.cat"],
  330. ["Musicians / Accessories", "/StoreFront/category/CLM.cat","efc"],
  331. ["Racks, Stands, Cases ", "/StoreFront/category/CLL.cat"],
  332. ["Cables Assembled & Bulk ", "/StoreFront/category/CYK.cat"],
  333. ["Connectors ", "/StoreFront/category/CYL.cat"],
  334. ["Misc / Accessories ", "/StoreFront/category/CLO.cat"]
  335. ]
  336. var anylinkmenu7={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  337. anylinkmenu7.cols={divclass:'column', inlinestyle:''}
  338. anylinkmenu7.items=[
  339.  
  340. ]
  341. var anylinkmenu8={divclass:'anylinkmenucols',inlinestyle:'',linktarget:''}
  342. anylinkmenu8.cols={divclass:'column', inlinestyle:''}
  343. anylinkmenu8.items=[
  344. ["Tech Arts & Worship Teams ", "/StoreFront/category/CYI.cat"],
  345. ["Worship Tools TV ", "/StoreFront/category/CZJ.cat"],
  346. ["Live Sound for Worship ", "/StoreFront/category/sound-system-advice"],
  347. ["Wireless Microphone Systems ", "/StoreFront/category/wireless-microphone-systems-advice"],
  348. ["Microphones ", "/StoreFront/category/microphone-advice"],
  349. ["Digital Mixers ", "/StoreFront/category/CY3.cat"],
  350. ["In-Ear Monitor System", "/StoreFront/category/in-ear-monitor-systems-advice","efc"],
  351. ["Lighting ", "/StoreFront/category/lighting-advice"],
  352. ["Video ", "/StoreFront/category/video-advice"],
  353. ["Installed Sound Equipment ", "/StoreFront/category/installed-sound-equipment-advice"],
  354. ["Projectors ", "/StoreFront/category/projector-advice"],
  355. ["Signal Processing ", "/StoreFront/category/audio-signal-processing-advice"],
  356. ["Listening & Translation ", "/StoreFront/category/CE3.cat"],
  357. ["Audio Recording", "/StoreFront/category/audio-recording-advice","efc"],
  358. ["Duplication & Media ", "/StoreFront/category/duplication-media-advice"],
  359. ["Accessories ", "/StoreFront/category/accessory-advice"],
  360. ["New Products ", "/StoreFront/category/CYR.cat"],
  361. ["Archive - Old Articles ", "/StoreFront/category/CZI.cat"]
  362. ]
  363.  
  364. </script>
  365.  
  366.  
  367. <script src="//www.google.com/jsapi" type="text/javascript"></script>
  368. <script type="text/javascript">
  369. google.load('search', '1');
  370. var SearchEngine = "002739284356458794099:rb0rnddtvca";
  371. /**
  372. * Extracts the users query from the URL.
  373. */
  374. function getQuery() {
  375. var url = '' + window.location;
  376. var queryStart = url.indexOf('?') + 1;
  377.  
  378. if (queryStart > 0) {
  379. var parts = url.substr(queryStart).split('&');
  380. for (var i = 0; i < parts.length; i++) {
  381. if (parts[i].length > 2 && parts[i].substr(0, 2) == 'q=') {
  382. return decodeURIComponent(
  383. parts[i].split('=')[1].replace(/\+/g, ' '));
  384. }
  385. }
  386. }
  387. return '';
  388. }
  389. function submitSearchSomething() {
  390. // if (document.headerForm.SearchType.value=="All") {
  391. submitQuery();
  392. // } else {
  393. // searchFor();
  394. // }
  395. }
  396. function onLoad() {
  397. // Create a custom search control that uses a CSE restricted to
  398. // code.google.com
  399. var customSearchControl = new google.search.CustomSearchControl(
  400. SearchEngine);
  401. customSearchControl.setLinkTarget(google.search.Search.LINK_TARGET_SELF);
  402. var drawOptions = new google.search.DrawOptions();
  403. drawOptions.setAutoComplete(true);
  404. // Set drawing options to use my text box
  405. // as input instead of having the library create one.
  406.  
  407. drawOptions.setInput(document.getElementById('query-input'));
  408.  
  409. // Draw the control in content div
  410. customSearchControl.draw('results', drawOptions);
  411.  
  412. // Run a query
  413. customSearchControl.execute(getQuery());
  414. }
  415.  
  416. google.setOnLoadCallback(onLoad);
  417. </script>
  418.  
  419. <script src="//www.google.com/jsapi" type="text/javascript"></script>
  420. <script type="text/javascript">
  421. google.load('search', '1');
  422.  
  423. function inputFocus() {
  424. document.getElementById('query-input').style['background'] = '';
  425. }
  426.  
  427. function inputBlur() {
  428. var queryInput = document.getElementById('query-input');
  429. if (!queryInput.value) {
  430. queryInput.style['background'] =
  431. 'white';
  432. } else {
  433. document.headerForm.keywords.value == queryInput.value;
  434. }
  435. }
  436.  
  437. function init() {
  438. google.search.CustomSearchControl.attachAutoCompletion(
  439. SearchEngine,
  440. document.getElementById('query-input'),
  441. 'two-page-form');
  442. inputBlur();
  443. }
  444.  
  445. function submitQuery() {
  446. // if (document.headerForm.SearchType[1].checked) {
  447. document.headerForm.method = "get";
  448. // document.headerForm.keywords.value = document.headerForm.q.value;
  449. window.location = '/StoreFront/category/search-return?q=' + encodeURIComponent(document.getElementById('query-input').value);
  450. return false;
  451. // } else {
  452. // document.headerForm.action = "IAFDispatcher";
  453. // document.headerForm.method = "post";
  454. // document.headerForm.keywords.value = document.headerForm.q.value;
  455. // searchFor();
  456. // }
  457. }
  458.  
  459. google.setOnLoadCallback(init);
  460.  
  461. </script>
  462.  
  463.  
  464. </head>
  465.  
  466. <body onLoad="processOnLoadCommands(Functions);;initialFocus()" onUnload="processUnloadCommands">
  467.  
  468.  
  469. <table align="center" border="0" cellspacing="0" cellpadding="0" width="984" >
  470. <!-- </table>
  471. <table align="center" border="0" cellspacing="0" cellpadding="0" style="background-color:#FFFFFF; padding-left:0px; padding-right:0px;" >Template Header Table -->
  472. <tr> <!-- Start of Header Section -->
  473. <td align="center" colspan="3" style="padding-left:0px; padding-right:0px; background:transparent;"> <!-- Template Header TD -->
  474.  
  475. <form name="headerForm" action="IAFDispatcher" onSubmit="return submitQuery()" method="post">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement