MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/absoluteresults.com/
File Upload :
Current < : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/absoluteresults.com/headerMENU.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Absolute Results Productions</title>
		<style>
			body,html {margin:0px;width:100%;background-color:black;background-image:url('<?= $lang['imgFdr'] ?>/blackBG.jpg');background-repeat:no-repeat;}	
			td {vertical-align:top;font-family:arial;font-size:10pt}		
			.mainTbl {width:100%;}
			.contentTbl {width:1040px;background-color:white;border:1px solid #dcdcdc;padding:20px 38px 30px 38px}
			.footerTbl td {color:#bbb}
			.menuTbl td {vertical-align:middle;text-align:center;color:#ddd;font-size:9pt}
		</style>
		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> 
		<script type="text/javascript">
			function menuoverBG(menuItem,orig, isLeft, isRight)
			{
				document.getElementById('menu_' + menuItem).style.cursor = "pointer";
				document.getElementById('menu_' + menuItem).style.backgroundImage = "url('<?= $lang['imgFdr'] ?>/button_bgSel.jpg')";	
				
				if(isLeft) document.getElementById('menu_left').src = "<?= $lang['imgFdr'] ?>/button_leftSel.jpg";	
				if(isRight) document.getElementById('menu_right').src = "<?= $lang['imgFdr'] ?>/button_rightSel.jpg";	
			}
			function menuoutBG(menuItem,orig, isLeft, isRight)
			{
				document.getElementById('menu_' + menuItem).style.backgroundImage = "url('<?= $lang['imgFdr'] ?>/button_bg" + orig + ".jpg')";
					
				if(isLeft) document.getElementById('menu_left').src = "<?= $lang['imgFdr'] ?>/button_left" + orig + ".jpg";	
				if(isRight) document.getElementById('menu_right').src = "<?= $lang['imgFdr'] ?>/button_right" + orig + ".jpg";	
			}
		</script>
		<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
		<style>.vjs-loading-spinner div {display:none;}</style>
		<script src="http://vjs.zencdn.net/c/video.js"></script>
		
		<link rel="stylesheet" href="css/accordion.core.css" type="text/css" charset="utf-8">
		<style>	
			.videoTable td {text-align:left;padding:5px 3px;width:270px;vertical-align:middle;font-size:9pt}
			.accordion h3 a {}
		</style>
		<script type="text/javascript" src="scripts/jquery.accordion.2.0.js" charset="utf-8"></script>
		<script>	
			var currentVid;
			var overColor = '#B5EAAA';
			var overColor = '#cdcdcd';
			
			var vidArray = new Array();
			<?php 
				$i = 0;
				foreach($videoArray as $category => $videoList) {
					foreach($videoList as $desc => $vid) {
			?>
				vidArray[<?= $i ?>] = "<?= $vid ?>";
			<?php
						$i++;
					}
				}
			?>
			
			function viewVideo(vidSrc)
			{
				if(vidSrc == "")
				{
					myPlayer.pause();
					if(typeof currentVid !== 'undefined') currentVid.style.backgroundColor = '#fff';
					currentVid = undefined;
					return;
				}
				
				myPlayer.src([
				{ type: "video/mp4", src: "http://<?= $_SERVER['HTTP_HOST'] ?>/absoluteresults.com/videos/" + vidSrc + ".mp4" },
				{ type: "video/webm", src: "http://<?= $_SERVER['HTTP_HOST'] ?>/absoluteresults.com/videos/" + vidSrc + ".webm" }
				]);
		
				/*
				if(vidSrc.substring(0,4) == 'http') document.getElementById("videoDiv").src = vidSrc;
				else document.getElementById("videoDiv").src = 'videoPlayer.php?width=690&height=388&vid=' + vidSrc;
				*/	
				if(typeof currentVid !== 'undefined') currentVid.style.backgroundColor = '#fff';
				document.getElementById(vidSrc).style.backgroundColor = overColor;
				currentVid = document.getElementById(vidSrc);
				
				
			}
			
			
			 var videoEnd = function()
			 {
			  var y=vidArray.indexOf(currentVid.id);
			  if(vidArray[y+1] != undefined) viewVideo(vidArray[y+1]);
			  else viewVideo(vidArray[0]);
			};
		    
			function videoMouseOver(vidObj)
			{
				vidObj.style.cursor='pointer';
				if(currentVid != vidObj) vidObj.style.backgroundColor = '#efefef';
			}
			
			function videoMouseOut(vidObj)
			{
				if(currentVid != vidObj) vidObj.style.backgroundColor = '#fff';
				else vidObj.style.backgroundColor = overColor;
			}
			
		</script>
	</head>
	<body style="margin:0px">
		<center>
			<table cellspacing="0" cellpadding="0" class="mainTbl">
				<!--
				<tr>
					<td style="height:3px;background-color:#403941">
					</td>
				</tr>
				<tr>
					<td style="height:6px;background-color:#b00100">
					</td>
				</tr>
				-->
				<tr>
					<td style="height:50px"></td>
				</tr>
				<tr>
					<td>
						<center>
							<table cellspacing="0" cellpadding="0">
								<tr>
									<td rowspan="2" style="padding-top:60px;padding-right:10px"><img src="<?= $lang['imgFdr'] ?>/logo_vertical.png"></td>
									<td>
										<table cellspacing="0" cellpadding="0" class="contentTbl">
											<tr>
												<td>
													<center>
														<table cellspacing="0" cellpadding="0" style="width:100%">
															<tr>
																<td style="text-align:left;float:left;vertical-align:bottom;padding-top:15px">
																	<a href="index.php"><img src="<?= $lang['imgFdr'] ?>/arlogo.jpg" border="0"></a>
																</td>
																<td style="text-align:right;float:right;padding-right:10px;vertical-align:middle">
					<?php
						if(isset($pageTitle))
						{
					?>
																		<table cellspacing="0" cellpadding="0" style="padding-bottom:10px;width:100%;height:100%">
																			<tr>							
																				<td style="vertical-align:bottom;text-align:right;float:right" onClick="location.href='index.php'" onMouseOver="this.style.cursor='pointer'">
																					<table cellspacing="0" cellpadding="0">
																						<tr>							
																							<td style="padding:0px"><a href="index.php"><img src="<?= $lang['imgFdr'] ?>/home.png" border="0"></td>
																							<td style="padding:0px;padding-left:5px;font-size:7pt;text-align:left;vertical-align:middle;color:#999;">GO<br>HOME</td>
																						</tr>
																					</table>
																				</td>						
																				<td style="padding:0px;vertical-align:bottom;padding-right:0px"><img src="<?= $lang['imgFdr'] ?>/<?= $pageTitle ?>"></td>
																			</tr>
																		</table>							
					<?php
						}
						
						if(true)
						{
							$menuItems['invitations'] = 'INVITATIONS';
							$menuItems['conquest'] = 'CONQUEST<BR>MARKETING';
							$menuItems['training'] = 'TRAINING';
							$menuItems['techpackage'] = 'TECH<BR>PACKAGE';	
							$menuItems['success'] = 'REGIONAL<BR>CHALLENGES';
							$menuItems['contactus'] = 'JOIN OUR<BR>TEAM';
						?>															
																		<table cellspacing="0" cellpadding="0" class="menuTbl" style="<?= (isset($pageTitle) ? '' : 'padding-top:60px') ?>">
																			<tr>
						<?php
							$i = 1;
							foreach($menuItems as $page => $desc)
							{
								$isSel = (basename($_SERVER['SCRIPT_FILENAME']) == ($page . '.php') ? 'Sel' : '');
								
								if($i == 1) echo '<td><img id="menu_left" src="' . $lang['imgFdr'] . '/button_left' . $isSel . '.jpg"></td>';
								else echo '<td><img src="' . $lang['imgFdr'] . '/button_divider.jpg"></td>';
						?>																
								<td id="menu_<?= $page ?>" style="height:49px;width:96px;background-image:url('<?= $lang['imgFdr'] ?>/button_bg<?= $isSel ?>.jpg')" onClick="location.href='<?= $page ?>.php'" onMouseOver="menuoverBG('<?= $page ?>','<?= $isSel ?>',<?= ($i == 1 ? 'true' : 'false') ?>,<?= ($i == count($menuItems) ? 'true' : 'false') ?>)"  onMouseOut="menuoutBG('<?= $page ?>','<?= $isSel ?>',<?= ($i == 1 ? 'true' : 'false') ?>,<?= ($i == count($menuItems) ? 'true' : 'false') ?>)"><?= $desc ?></td>
																				
						<?php
								if($i == count($menuItems)) echo '<td><img id="menu_right"  src="' . $lang['imgFdr'] . '/button_right' . $isSel . '.jpg"></td>';
								$i++;
							}
						?>																
																			</tr>
																		</table>
					<?php
						}
					?>																	
																</td>
															</tr>
														</table>
													</center>
												</td>
											</tr>
											<tr>
												<td style="height:10px;border-bottom:1px solid #dcdcdc">
													&nbsp;
												</td>
											</tr>
											<tr>
												<td style="padding-top:15px;">
													<center>