var productPage=new Array();
var pHTML;
var tempHTML;
var pageName;

productPage[0]="http://www.brandovision.com/uploads/Video/copperlounge.htm";



function newWindow(i){
	URL=productPage[i];
	Windowopen=window.open(URL,"Product","alwaysRaised=yes,toolbar=no,scrollbars=yes,status=no,resizable=no,width=625,height=462,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);
};

