var productPage=new Array();
var pHTML;
var tempHTML;
var pageName;

productPage[0]="Product/RxTRACK.htm";

productPage[1]="Product/RxEXPRESS.htm";

productPage[2]="Product/RxCLAIM.htm";

productPage[3]="Product/RxMAX.htm";

productPage[4]="Product/RxSERVER.htm";

productPage[5]="Career/canadian.htm";

productPage[6]="Career/UsJobs.htm";

productPage[7]="Career/management2.htm";

productPage[8]="Career/hipaa.htm";

productPage[9]="Career/search form.htm";
productPage[10]="Career/q1-03.htm";
productPage[11]="Career/q2-03.htm";
productPage[12]="Career/q3-03.htm";
productPage[13]="Career/q4-03.htm";
productPage[14]="Career/q1-04.htm";
productPage[15]="Career/q2-04.htm";
productPage[16]="Career/q3-04.htm";
productPage[17]="Career/Q1CY-04.htm";
productPage[18]="Career/Q2CY-04.htm";
productPage[19]="Career/DUSTIN.htm";
productPage[20]="Career/Anthony.htm";
productPage[21]="Career/barb.htm";

productPage[21]="publicsector.htm";


function newWindow(i){
	URL=productPage[i];
	Windowopen=window.open(URL,"Product","alwaysRaised=yes,toolbar=no,scrollbars=yes,status=no,resizable=no,width=617,height=490,resizable=no");
	Windowopen.focus();
};




function output(i){
	pageName=i;
	phtml="";
	tempHTML="<html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1252'><meta name='GENERATOR' content='Microsoft FrontPage 5.0'><meta name='ProgId' content='FrontPage.Editor.Document'><title>SXC Investors</title><link rel='stylesheet' type='text/css' href='stylesheet.css'></head><frameset framespacing='0' border='0' frameborder='0' rows='143,*'><frame name='SXCNavigation' scrolling='no' noresize target='main' marginwidth='0' marginheight='0' src='Investortopnav.htm'><frameset cols='*,82%'><frame name='main' marginwidth='0' marginheight='0' scrolling='no' noresize target='main1' src='Investors/investornavigation.htm'><frame name='_AR' marginwidth='0' marginheight='0' scrolling='auto' noresize src='Investors/" +pageName+ "' target='_blank'></frameset><noframes>  <body><p>This page uses frames, but your browser doesn't support them.</p></body>  </noframes></frameset></html>";
	
	phtml=phtml+tempHTML;
	
	document.writeln(phtml);
};

