
<!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("mainMenu").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]>


function tabswitch(active, number, tab_prefix, content_prefix) {
	
	for (var i=1; i < number+1; i++) {
	  document.getElementById(content_prefix+'_'+i.toString()).style.display = 'none';
	  document.getElementById(tab_prefix+'_'+i.toString()).className = 'off';
	}
	document.getElementById(content_prefix+'_'+active).style.display = 'block';
	document.getElementById(tab_prefix+'_'+active).className = 'active';	
	
}

$(document).ready(function() {
	
	$("a.panel_button").click(function(){
		$("div#panel").animate({
			height: "550px"
		})
		.animate({
			height: "450px"
		}, "fast");
		$("a.panel_button").toggle();
	
	});	
	
   $("a#hide_button").click(function(){
		$("div#panel").animate({
			height: "0px"
		}, "fast");
		
   });
   
   
   
   $("#singleswitch").click(function() {
		$(".toggleContainer").hide();
	});
	$("#fullswitch").click(function() {
		$(".toggleContainer").show();
	});
	
	
	$("h4.trigger:first").addClass("active");
	$(".toggleContainer").hide();
	$(".toggleContainer").eq(0).show();
/*
	$("h4.trigger").toggle(function(){
		$(this).addClass("active"); 
		}, function () {
		$(this).removeClass("active");
	});
*/
	$("h4.trigger").click(function(){
		$(this).next(".toggleContainer").slideToggle("slow")
		.siblings(".toggleContainer:visible").slideUp("slow");
		
		$(this).toggleClass("active");
	    $(this).siblings("h4.trigger").removeClass("active");

	});
   
	$('.lnkListPR li:even').addClass('alt');
	 
}); 






<!--
var q_text = new Array ();
q_text[0] = "<span>&ldquo;</span> We evaluated other vendors, but CMR offered the best features and functionality for the best price. <span>&rdquo;</span> <em>-- LSI --</em>";

q_text[1] = "<span>&ldquo;</span> Computer Market Research&trade; (CMR) is terrific with custom reports. If I send in a request for a special report, the response is immediate. <span>&rdquo;</span> <em>-- Hitachi GST --</em>";

q_text[2] = "<span>&ldquo;</span> What we appreciate the most is CMR&rsquo;s flexibility in customizing their products for our needs. The whole company is focused on making sure that we get the information we need to be successful. <span>&rdquo;</span> <em>-- Buffalo Technology --</em>";

q_text[3] = "<span>&ldquo;</span> Before we started using Computer Market Research (CMR) to compile our channel sales information, our sales team didn&rsquo;t have accurate sell-through numbers to do accurate forecasting. Now we have actionable, reliable sales information on which to base sales projections and commissions. I can brief upper management about trends and channel movement with the confidence that we have clean, accurate data. <span>&rdquo;</span> <em>-- D-Link --</em>";

q_text[4] = "<span>&ldquo;</span> Channel POS helps us determine if the resources that we are devoting to a given customer are bringing the equivalent ROI and level of results. It has uncovered several accounts where this isn&rsquo;t the case, which has allowed me to refocus our energies and assign resources to other accounts. <span>&rdquo;</span> <em>-- Hitachi GST --</em>";

q_text[5] = "<span>&ldquo;</span> CMR&rsquo;s Special Pricing application works extremely well for us. We formerly had a manual process and that just wasn&rsquo;t adequate. We can&rsquo;t afford to have long delays in issuing meet competition authorizations - that would kill us. We use this application every day. It&rsquo;s a major strategic tool for us. <span>&rdquo;</span> <em>-- LSI --</em>";

q_text[6] = "<span>&ldquo;</span> I have to say that the CMR team assigned to Quantum continuously impresses me. Not only does your staff do an outstanding job every day in answering our questions in an expeditious fashion, but yesterday they went above and beyond to push a change request through. Everyone over there is doing a great job. <span>&rdquo;</span> <em>-- Quantum --</em>";

q_text[7] = "<span>&ldquo;</span> I wanted to send a big THANK YOU for responding to my requests so quickly over the past six months. The data on Partner Avenue and the OLAP cube has been tremendously helpful and I really appreciate your hard work. The data is getting richer by the month, which really cuts down on the time to analyze our business in the channel. Thank you again for all your hard work! <span>&rdquo;</span> <em>-- Targus --</em>";

q_text[8] = "<span>&ldquo;</span> We have standardized on CMR&rsquo;s Partner Avenue platform, plus the Channel POS, Co-Op/MDF and Volume Incentive Rebate modules as cost-effective channel management tools. It would be very difficult for us to effectively manage our channels without them <span>&rdquo;</span> <em>-- Plantronics, Inc. --</em>";

q_text[9] = "<span>&ldquo;</span> CMR is more than a channel management software developer. They&rsquo;re a true partner who sits down with you, analyzes your challenges and draws upon their years of expertise to create best-in-class applications to help you run your business. We&rsquo;re very satisfied with CMR. They&rsquo;re terrific to work with. <span>&rdquo;</span> <em>-- Intuit --</em>";

q_text[10] = "<span>&ldquo;</span> We&rsquo;ve substantially improved collaboration and engagement with our channel partners as a result of our newly-implemented deal registration system powered by CMR&rsquo;s Partner Avenue. We now have a better understanding of our partners&rsquo; businesses, their marketplaces and the customers they serve. We also have more visibility and insight into the pending deals in their pipelines so we can do better planning, forecasting and pre-sales support of profitable opportunities. <span>&rdquo;</span> <em>-- Jabra --</em>";


var q = Math.floor(11*Math.random())

//-->
