// JavaScript Document

function left_menu()
{
		var str='';
		str+="<div class='container_left_cont'>";
		str+="<div class='left_menu_container1'>";
		str+="<div class='bg_left_menu heding_left_menu padding_left bdr_left_menu' style='height:20px; padding-top:5px;'>&bull;&nbsp;Services</div>";
		str+="</div>";
		str+="<div class='left_menu_container bdr_left_menu' style='margin-top:3px; background-color:#F7F7F7'>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=1' class='txt_left_menu' title='24 Hour Help Desk'>24 Hour Help Desk </a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=2' class='txt_left_menu' title='Direct Response'>Direct Response</a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=3' class='txt_left_menu' title='E-mail Response'>E-mail Response</a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=4' class='txt_left_menu' title='Live Web Chat'>Live Web Chat</a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=5' class='txt_left_menu' title='Order Taking'>Order Taking</a></div>";
		/*str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=6' class='txt_left_menu' title='Technology'>Technology</a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=7' class='txt_left_menu' title='Technology Features'>Technology Features</a></div>";*/
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=8' class='txt_left_menu' title='Toll Free Customer Service'>Toll Free Customer Service</a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=9' class='txt_left_menu' title='Web Based Customer Care'>Web Based Customer Care</a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=10' class='txt_left_menu' title='Lead Generation & Customer Acquisition'>Lead Generation & Customer &nbsp;&nbsp;Acquisition</a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=11' class='txt_left_menu' title='Shipment and order tracking'>Shipment and order tracking</a></div>";
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=12' class='txt_left_menu' title='Collection Services'>Collection Services</a></div>";
		str+="<div>&nbsp;</div>";
		str+="<div>&nbsp;</div>";
		str+="</div>";
		str+="</div>";
		/*str+="<div align='center' style='padding-top:10px;width:150px;margin:0 0px 0 28px;'>";
		str+="<script type='text/javascript' src='http://medma.net/projects/livehelp/livehelp_js.php?department=3&amp;serversession=1&amp;pingtimes=15'></script>";
		str+="</div>";*/
		document.write(str);
}


function left_menu_services()
{
		var p=document.location.href;
		var pe=p.indexOf('=');
		var n=parseInt(p.substring(pe+1,pe+3));
		if(n)
		{ }
		else
		n=1;
		var str='';
		str+="<div class='left_menu_container1'>";
		str+="<div class='bg_left_menu heding_left_menu padding_left bdr_left_menu' style='height:20px; padding-top:5px;'>&bull;&nbsp;Services</div>";
		str+="</div>";
		str+="<div class='left_menu_container bdr_left_menu' style='margin-top:3px; background-color:#F7F7F7'>";
		if(n==1)
		{
		str+="<div class='padding_left selected_menu pad_top'  align='justify'>&bull;&nbsp;<a href='services.html?id=1' class='selected_menu' title='24 Hour Help Desk'> 24 Hour Help Desk </a></div>";
		
		} else {
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=1' class='txt_left_menu' title='24 Hour Help Desk'>24 Hour Help Desk</a></div>";
		}
		if(n==2)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=2' class='selected_menu' title='Direct Response'>Direct Response </a></div>";
		} else {
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=2' class='txt_left_menu' title='Direct Response'>Direct Response</a></div>";
		}
		if(n==3)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=3' class='selected_menu' title='E-mail Response'>  E-mail Response  </a></div>";
		} else {
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=3' class='txt_left_menu' title='E-mail Response'>E-mail Response</a></div>";
		}
		if(n==4)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=4' class='selected_menu' title='Live Web Chat'>Live Web Chat </a></div>";
		} else {
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=4' class='txt_left_menu' title='Live Web Chat'>Live Web Chat</a></div>";
		}
		if(n==5)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=5' class='selected_menu' title='Order Taking'> Order Taking </a></div>";
		} else {
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=5' class='txt_left_menu' title='Order Taking'>Order Taking</a></div>";
		}
		//if(n==6)
//		{
//		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=6' class='selected_menu' title='Technology'>Technology </a></div>";
//		} else {
//		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=6' class='txt_left_menu' title='Technology'>Technology</a></div>";
//		}
//		if(n==7)
//		{
//		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=7' class='selected_menu' title='Technology Features'>Technology Features </a></div>";
//		} else {
//		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=7' class='txt_left_menu' title='Technology Features'>Technology Features</a></div>";
//		}
		if(n==8)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=8' class='selected_menu' title='Toll Free Customer Service'> Toll Free Customer Service </a></div>";
		} else {
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=8' class='txt_left_menu' title='Toll Free Customer Service'>Toll Free Customer Service</a></div>";
		}
		if(n==9)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=9' class='selected_menu' title='Web Based Customer Care'> Web Based Customer </a></div>";
		} else {
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=9' class='txt_left_menu' title='Web Based Customer Care'>Web Based Customer Care</a></div>";
		}
		if(n==10)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=10' class='selected_menu' title='Lead Generation & Customer Acquisition'>Lead Generation & Customer Acquisition </a></div>";
		} else {
		str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=10' class='txt_left_menu' title='Lead Generation & Customer Acquisition'>Lead Generation & Customer &nbsp;&nbsp;Acquisition</a></div>";
		}
		if(n==11)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=11' class='selected_menu' title='Shipment and order tracking'>Shipment and order tracking </a></div>";
		} else {
			str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=11' class='txt_left_menu' title='Shipment and order tracking'>Shipment and order tracking</a></div>";	
		}
		if(n==12)
		{
		str+="<div class='padding_left selected_menu pad_top'>&bull;&nbsp;<a href='services.html?id=12' class='selected_menu' title='Collection Services'>Collection Services </a></div>";
		} else {
			str+="<div class='padding_left txt_left_menu pad_top'>&bull;&nbsp;<a href='services.html?id=12' class='txt_left_menu' title='Collection Services'>Collection Services</a></div>";	
		}
		str+="<div>&nbsp;</div>";
		str+="<div>&nbsp;</div>";
		str+="</div>";
		//str+="<div align='center' style='padding-top:10px; width:206px;'>";
		//str+="<script type='text/javascript' src='http://medma.net/projects/livehelp/livehelp_js.php?department=3&amp;serversession=1&amp;pingtimes=15'>";
		document.write(str);
}

 function text_shut_box()
 {
	 
	 var p=document.location.href;
		var pe=p.indexOf('=');
		var n=parseInt(p.substring(pe+1,pe+3));
		if(n)
		{ }
		else
		n=1;
	 
	 
	 if(n==1)
	 {
	document.write("Leave your number and Our 24 Hour Help Desk Team will Call Back ");
	 }
	 if(n==2)
	 {	
		 document.write("Leave your number and Our Direct Response Team Will Call Back");
	 }
	 
	  if(n==3)
	 {	
		 document.write("Leave your number and Our E-mail Response Team Will Call Back");
	 }
	  if(n==4)
	 {	
		 document.write("Leave your number and Our Live Web Chat Team Will Call Back");
	 }
	   if(n==5)
	 {	
		 document.write("Leave your number and Our Order Taking Team Will Call Back");
	 }
	  //if(n==6)
//	 {	
//		 document.write("Leave your number and Our Technology Will Call Back");
//	 }
//	  if(n==7)
//	 {	
//		 document.write("Leave your number and Our Technology Features Will Call Back");
//	 }
	   if(n==8)
	 {	
		 document.write("Leave your number and Our Toll Free Customer Service Team Will Call Back");
	 }
	   if(n==9)
	 {	
		 document.write("Leave your number and Our Web Based Customer Care Team Will Call Back");
	 }
	  if(n==10)
	 {	
		 document.write("Leave your number and Our Lead Generation & Customer Acquisition Team Will Call Back");
	 }
	  if(n==11)
	 {	
		 document.write("Leave your number and Our Shipment and order tracking Team Will Call Back");
	 }
	  if(n==12)
	 {	
		 document.write("Leave your number and Our Collection Services Team Will Call Back");
	 }
 }
