//-- JavaScript © Copyright 2001 Weboom Design & Development, Inc. http://www.weboom.com/var thisWindow;function doWindow(thisWindow) {	thisWindow=self.location;	if  (!(window.opener)) {	self.location="/index.html";	openNewWin(thisWindow); }}var newWindow;function openNewWin(winTarget) {    newWindow=window.open(winTarget,"Closer","toolbar=0,width=420,height=420,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1");    if (window.focus) { newWindow.focus();}}if ( document.images )		{	    		    purp_serv_on = new Image ( );		    purp_serv_on.src = "/images/purp_serv_on.gif";			why_on = new Image ( );		    why_on.src = "/images/why_on.gif";		    soft_prog_on = new Image ( );		    soft_prog_on.src = "/images/soft_prog_on.gif";		    test_on = new Image ( );		    test_on.src = "/images/test_on.gif";		    int_links_on = new Image ( );		    int_links_on.src = "/images/int_links_on.gif";		    contact_on = new Image ( );		    contact_on.src = "/images/contact_on.gif";		    close_top_on = new Image ( );		    close_top_on.src = "/images/close_top_on.gif";		    close_foot_on = new Image ( );		    close_foot_on.src = "/images/close_foot_on.gif";		    purp_serv_off = new Image ( );		    purp_serv_off.src = "/images/purp_serv_off.gif";			why_off = new Image ( );		    why_off.src = "/images/why_off.gif";		    soft_prog_off = new Image ( );		    soft_prog_off.src = "/images/soft_prog_off.gif";		    test_off = new Image ( );		    test_off.src = "/images/test_off.gif";		    int_links_off = new Image ( );		    int_links_off.src = "/images/int_links_off.gif";		    contact_off = new Image ( );		    contact_off.src = "/images/contact_off.gif";		    close_top_off = new Image ( );		    close_top_off.src = "/images/close_top_off.gif";		    close_foot_off = new Image ( );		    close_foot_off.src = "/images/close_foot_off.gif";		    purp_serv_down = new Image ( );		    purp_serv_down.src = "/images/purp_serv_down.gif";			why_down = new Image ( );		    why_down.src = "/images/why_down.gif";		    soft_prog_down = new Image ( );		    soft_prog_down.src = "/images/soft_prog_down.gif";		    test_down = new Image ( );		    test_down.src = "/images/test_down.gif";		    int_links_down = new Image ( );		    int_links_down.src = "/images/int_links_down.gif";		    contact_down = new Image ( );		    contact_down.src = "/images/contact_down.gif";		    close_top_down = new Image ( );		    close_top_down.src = "/images/close_top_down.gif";		    close_foot_down = new Image ( );		    close_foot_down.src = "/images/close_foot_down.gif";		    			weboom = new Image ( );			weboom.src = "http://www.weboom.com/clients/coordinationplus.gif";		}		function button_on ( imgName )		{		      if (document.images) 		    {		        butOn = eval ( imgName + "_on.src" );		        document [imgName].src = butOn;		    }		}		function button_off ( imgName )		{		      if (document.images)		    {		        butOff = eval ( imgName + "_off.src" );		        document [imgName].src = butOff;		    }		}		function button_down ( imgName )		{		      if (document.images)		    {		        butDown = eval ( imgName + "_down.src" );		        document [imgName].src = butDown;		    }		}var cookie_expiration_date = 'Sun, 12 Apr 2009 12:00:00 GMT';var cookie_path = '/';function write_cookie(name, value, session_specific) {	var cookie_string;	cookie_string = name + "=" + escape(value) + ";" ;	if (!session_specific) { cookie_string += " expires=" + cookie_expiration_date + ";" ; }	cookie_string += " path=" + cookie_path + ";" ;	document.cookie = cookie_string.toString();}function read_cookie(key) {	var cookie_string = document.cookie;	var cookie_array = cookie_string.split("; ");	for (var i=0; i<cookie_array.length; ++i) {		var single_cookie = cookie_array[i].split("=");		if (single_cookie.length != 2) {continue;}		var name  = unescape(single_cookie[0]);		var value = unescape(single_cookie[1]);		if (key == name) {return value;}	}	return null;}function testimonial_insert() {	current_testimonial_index = parseInt(read_cookie('coordinationplus_testimonial'));	if (!current_testimonial_index) {current_testimonial_index = 1}	if (current_testimonial_index >= 3) {next_testimonial_index = 1}	else {next_testimonial_index = current_testimonial_index + 1}	write_cookie('coordinationplus_testimonial', next_testimonial_index);	testimonial_out  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="240" height="430"><param name="movie" value="juggler_test';	testimonial_out += current_testimonial_index;	testimonial_out += '.swf"><param name="quality" value="best"><param name="bgcolor" value="#FFFFFF"><embed src="juggler_test';	testimonial_out += current_testimonial_index;	testimonial_out += '.swf" quality="best" bgcolor="#FFFFFF" width="240" height="430" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object>';		document.write(testimonial_out);}
