var swfVersionStr = "9.0.124";
var xiSwfUrlStr = "";
var params = {};
params.wmode = "transparent";
var flashvars = {};
function showSwf(name,file,idx,w,h){
	var attributes = {};
	attributes.id = name;
	attributes.name = name;
	flashvars.currentIndex=idx;
	swfobject.embedSWF(file, name, w, h,swfVersionStr,xiSwfUrlStr,flashvars,params,attributes);
}

var siteRoot = "/";
var choosePageArr = ["choose-strength.html","choose-network.html","choose-rd.html","choose-qc.html"];

var mainPageArr = ["index.html","about-brief.html","products-carbon.html","choose-strength.html","news.aspx","contact.html","map.html"];
function switchMainPage(idx){
	window.location = siteRoot+mainPageArr[idx];
}

var choosePageArr = ["choose-strength.html","choose-network.html","choose-rd.html","choose-qc.html"];
function showChoosePage(idx){
	window.location = siteRoot+choosePageArr[idx-1];
}

var pMainPageArr = ["products-carbon", "products-stainless", "products/Alloy/Alloy", "resources"];
function showMainProductPage(idx){
	var newurl = pMainPageArr[idx-1]+".html";
	window.location = siteRoot+newurl;
}

var pSubPageArr = ["CarbonSteel/Tube","CarbonSteel/pipefittings","Stainless/Tube","Stainless/pipefittings"];
function showProductSubPage(idx){
	var newurl = "products/"+pSubPageArr[idx-1]+".html";
	window.location = siteRoot+newurl;
}

var productArr = ["CarbonSteel/Tee", "CarbonSteel/Elbow", "CarbonSteel/Reducer", "CarbonSteel/Flange", "CarbonSteel/Cap", "Stainless/Tee", "Stainless/Elbow", "Stainless/Reducer", "Stainless/Flange", "Stainless/Cap", "Alloy/Elbow", "Alloy/Tee", "Alloy/Cap", "Alloy/Cross", "Alloy/Nipple", "Alloy/Union", "Alloy/Coupling", "Alloy/Socket"];
function showProduct(idx){
	var newurl = "products/"+productArr[idx-1]+".html";
	window.location = siteRoot+newurl;
}

var aboutPages = ["about-brief.html","about-organization.html","about-stories.aspx"];
function showAboutPage(idx){
	window.location = siteRoot+aboutPages[idx-1];
}

var newsPages = ["news.aspx", "exhibition.aspx"];
function showNewsPage(idx){
	window.location = siteRoot + newsPages[idx - 1];
}

function sendEmail() {
	window.location = "mailto:sales@htpipe-fitting.com";
}
