//internationalization script

//gloable menu object with URL key
var G_LocalKeyURL = new Array();
var G_LocalKeyURL_invert = new Array();
//All website host name
var G_HOST_CN = "http://www.silvaco.com.cn";
var G_HOST_TW = "http://www.silvaco.com.cn";
var G_HOST_US = "http://www.silvaco.com";
var G_HOST_JP = "http://www.silvaco.co.jp";
var G_HOST_KR = "http://www.silvaco.co.kr";


var G_HOST_CN_Reload = "/js/getWebUrl.html";
var G_HOST_JP_Reload = "/js/getWebUrl.html";
var G_HOST_KR_Reload = "/js/getWebUrl.html";
var G_HOST_TW_Reload = "/traditional/js/getWebUrl.html";

//overwrite Array put function
Array.prototype.put = function(key, value)
{
    try {
        key = "_" + key.toString();
        if (this[key] == null) {
            this[key] = value;
        }
		else
			this[key] = value;
    } catch(e) { return false; }
    return true;
}
//overwrite Array get function
Array.prototype.get = function(key)
{
    var value = null;
    try {
        key = "_" + key.toString();
        if (this[key]) value = this[key];
    } catch(e) {}
    return value;
}


//set coordinated URLs with current URL key
//urlKey is the URL in current  Website
//mUrl1 is the URL in US website
function setURLs(urlKey, mUrl1)
{

		G_LocalKeyURL.put(urlKey,mUrl1);
		G_LocalKeyURL_invert.put(mUrl1,urlKey);
}




//get coordinated URL per US url
//if not found, return null
function getInvertURL(curUrl){
		return G_LocalKeyURL_invert.get(curUrl);
}

function getOtherURL(host,url){
	
	var reloadurl = "";
	var URL_en = G_LocalKeyURL.get(url);
	
	if(host == G_HOST_CN)
		reloadurl = G_HOST_CN_Reload;
	else if(host == G_HOST_TW)
		reloadurl = G_HOST_TW_Reload;
	else if(host == G_HOST_US)
	{
		if(URL_en!=null)
			return G_HOST_US+URL_en;
		else
			return G_HOST_US;
	}
	else if(host == G_HOST_JP)
		reloadurl = G_HOST_JP_Reload;
	else if(host == G_HOST_KR)
		reloadurl = G_HOST_KR_Reload;
		
		
	return host+reloadurl+"?v="+URL_en;
}





//all we have to maintain is these below:
//we can generate them by excel formula 
setURLs('/products/index.html','/products/index.html');
setURLs('/products/tcad/Process_Simulation/athena_overview.html','/products/process_simulation/athena.html');
setURLs('/products/tcad/Process_Simulation/victory.html','/products/vwf/athena/victory/victory_br.html');
setURLs('/products/tcad/Process_Simulation/victorycell.html','/products/vwf/athena/victorycell/victoryCell_br.html');
setURLs('/products/tcad/Process_Simulation/ssuprem4.html','/products/vwf/athena/ss4/ss4_br.html');
setURLs('/products/tcad/Process_Simulation/MC_Implant.html','/products/vwf/athena/mcimplant/mcimplant_br.html');
setURLs('/products/tcad/Process_Simulation/Elite.html','/products/vwf/athena/elite/elite_br.html');
setURLs('/products/tcad/Process_Simulation/MC_Deposit_Etch.html','/products/vwf/athena/mcdeposit/mcdeposit_br.html');
setURLs('/products/tcad/Process_Simulation/Optolith.html','/products/vwf/athena/optolith/optolith_br.html');
setURLs('/products/tcad/Process_Simulation/athena1d.html','/products/vwf/athena/athena1D/athena1D_br.html');
setURLs('/products/tcad/Process_Simulation/ssprem3.html','/products/vwf/athena/ss3/ss3_br.html');
setURLs('/products/tcad/Device_Simulation/atlas_overview.html','/products/device_simulation/atlas.html');
setURLs('/products/tcad/Device_Simulation/victory_device.html','/products/vwf/atlas/victory/victory_br.html');
setURLs('/products/tcad/Device_Simulation/Device3D.html','/products/vwf/atlas/device3d/device3d_br.html');
setURLs('/products/tcad/Device_Simulation/Giga3D.html','/products/vwf/atlas/3D/giga3D/giga3D_br.html');
setURLs('/products/tcad/Device_Simulation/Luminous3D.html','/products/vwf/atlas/3D/luminous3D/luminous3D_br.html');
setURLs('/products/tcad/Device_Simulation/Quantum3D.html','/products/vwf/atlas/3D/quantum3D/quantum3D_br.html');
setURLs('/products/tcad/Device_Simulation/TFT3D.html','/products/vwf/atlas/3D/tft3D/tft3D_br.html');
setURLs('/products/tcad/Device_Simulation/Magnetic3D.html','/products/vwf/atlas/3D/magnetic3D/magnetic3D_br.html');
setURLs('/products/tcad/Device_Simulation/Thermal3D.html','/products/vwf/atlas/thermal3d/thermal3d.html');
setURLs('/products/tcad/Device_Simulation/MixedMode3D.html','/products/vwf/atlas/3D/mixedmode3D/mixedmode3d_br.html');
setURLs('/products/tcad/Device_Simulation/S-Pisces.html','/products/vwf/atlas/spisces/spisces_br.html');
setURLs('/products/tcad/Device_Simulation/Blaze.html','/products/vwf/atlas/blaze/blaze_br.html');
setURLs('/products/tcad/Device_Simulation/MC_Device.html','/products/vwf/atlas/2D/mc_device/mc_device_br.html');
setURLs('/products/tcad/Device_Simulation/Giga.html','/products/vwf/atlas/giga/giga_br.html');
setURLs('/products/tcad/Device_Simulation/MixedMode.html','/products/vwf/atlas/mmode/mmode_br.html');
setURLs('/products/tcad/Device_Simulation/Quantum.html','/products/vwf/atlas/2D/quantum2D/quantum2D_br.html');
setURLs('/products/tcad/Device_Simulation/Ferro.html','/products/vwf/atlas/ferro/ferro_br.html');
setURLs('/products/tcad/Device_Simulation/Magnetic.html','/products/vwf/atlas/2D/magnetic2D/magnetic2D_br.html');
setURLs('/products/tcad/Device_Simulation/TFT.html','/products/vwf/atlas/2D/tft/tft_br.html');
setURLs('/products/tcad/Device_Simulation/LED.html','/products/vwf/atlas/2D/led/led_br.html');
setURLs('/products/tcad/Device_Simulation/LED3D.html','/products/vwf/atlas/3D/led3D/led3d_br.html');
setURLs('/products/tcad/Device_Simulation/Luminous.html','/products/vwf/atlas/luminous/luminous_br.html');
setURLs('/products/tcad/Device_Simulation/Laser.html','/products/vwf/atlas/laser/laser_br.html');
setURLs('/products/tcad/Device_Simulation/VCSEL.html','/products/vwf/atlas/vcsels/vcsels.html');
setURLs('/products/tcad/Device_Simulation/Organic_Display.html','/products/vwf/atlas/organicdisplay/organicdisplay_br.html');
setURLs('/products/tcad/Device_Simulation/Organic_Solar.html','/products/vwf/atlas/organicsolar/organicsolar_br.html');
setURLs('/products/tcad/Device_Simulation/Noise.html','/products/vwf/atlas/noise/noise.html');
setURLs('/products/tcad/Device_Simulation/Mercury.html','/products/vwf/atlas/mercury/mercury_br.html');
setURLs('/products/tcad/Stress_Simulator/victoryStress.html','/products/vwf/athena/victorystress/victoryStress_br.html');
setURLs('/products/tcad/InteractiveTools/Overview.html','/products/interactive_tools/interactive.html');
setURLs('/products/tcad/InteractiveTools/DeckBuild.html','/products/interactive_tools/deckbuild/deckbuild_br.html');
setURLs('/products/tcad/InteractiveTools/MaskViews.html','/products/interactive_tools/maskviews/maskviews_br.html');
setURLs('/products/tcad/InteractiveTools/DevEdit.html','/products/interactive_tools/devedit/devedit_br.html');
setURLs('/products/tcad/InteractiveTools/TonyPlot.html','/products/interactive_tools/tonyplot/tonyplot_br.html');
setURLs('/products/tcad/InteractiveTools/TonyPlot3.html','/products/interactive_tools/tonyplot3d/tonyplot3D_br.html');
setURLs('/products/tcad/vwf.html','/products/virtual_wafer/vwf.html');
setURLs('/products/ams.html','/products/integrity/integrity.html');
setURLs('/products/ams/gateway.html','/products/design_capture/gateway.html');
setURLs('/products/ams/gateway200.html','/products/design_capture/gateway200/gateway200.html');
setURLs('/products/ams/smartspice.html','/products/circuit_simulation/smartspice.html');
setURLs('/products/ams/spicemodels.html','/products/circuit_simulation/modellibModels.html');
setURLs('/products/ams/veriloga_ds.html','/products/behavioral_modeling/verilog_A.html');
setURLs('/products/soiModels/ibis_support.html','/products/soiModels/ibis_support.html');
setURLs('/products/ams/ams_hvt.html','/products/ICDesignTools/highvoltage.html');
setURLs('/products/ams/SmartSpice200.html','/products/circuit_simulation/smartspice200/smartspice200.html');
setURLs('/products/total.html','/products/circuit_simulation/circuitsim.html');
setURLs('/products/ams/smartspice_rf.html','/products/RFsimulation/smartSpiceRF.html');
setURLs('/products/ams/harmony_ams.html','/products/circuit_simulation/harmony.html');
setURLs('/products/ams/utmostIV.html','/products/optimization/utmostiv.html');
setURLs('/products/ams/hisim_utmostIV.html','/products/optimization/hisim/hisim_utmost4.html');
setURLs('/products/ams/utmost.html','/products/model_extraction/utmost.html');
setURLs('/products/ams/noiseam_mos_br.html','/products/analog/vyper/noiseamp/noiseamp_mos/noiseam_mos_br.html');
setURLs('/products/ams/noiseam_Bipolar_br.html','/products/analog/vyper/noiseamp/noisamp_bipolar/noisebox.html');
setURLs('/products/ams/noiseam_mos_noise_br.html','/products/analog/vyper/noiseamp/mos/mos_noisebox.html');
setURLs('/products/ams/spayn_br.html','/products/analog/vyper/spayn/spayn_br.html');
setURLs('/products/cad.html','/products/ICDesignVerification/celebrity.html');
setURLs('/products/iccad/expert.html','/products/layout/expert.html');
setURLs('/products/iccad/expert200.html','/products/layout/expert200/expert200.html');
setURLs('/products/iccad/guardian.html','/products/drc_lvs/guardian.html');
setURLs('/products/iccad/hipex.html','/products/fullChipPE/hipex.html');
setURLs('/products/iccad/clarity_rlc.html','/products/RLCNetlistReduction/clarity_rlc.html');
setURLs('/products/parasitic_ext.html','/products/parasiticExtraction/discovery/discovery.html');

setURLs('/products/parasitic/exact.html','/products/model_extraction/exact.html');
setURLs('/products/parasitic/quest.html','/products/parasiticExtraction/quest/quest.html');
setURLs('/products/parasitic/clever.html','/products/lpe/clever.html');
setURLs('/products/parasitic/stellar.html','/products/parasiticExtraction/stellar/stellar.html');
setURLs('/products/digitalcad.html','/products/synergy/synergy.html');
setURLs('/products/logic/silos.html','/products/verilogSimulation/silos.html');
setURLs('/products/logic/hyperfault.html','/products/faultSimulation/hyperfault.html');
setURLs('/products/logic/accucell.html','/products/ip_characterization/accucell.html');
setURLs('/products/logic/accucore.html','/products/ip_characterization/accucore.html');
setURLs('/products/logic/catalystad.html','/products/catalyst/catalyst.html');
setURLs('/products/logic/catalystda.html','/products/catalystDA/catalystDA.html');
setURLs('/products/logic/spider.html','/products/spider/spider.html');
setURLs('/products/license/licensing.html','/licensing/licensing.html');
setURLs('/products/license/licensing_index.html','/licensing/tcadUnlimited/tcadUnlimited.html');
setURLs('/products/license/worldwideLicense.html','/licensing/worldwide/worldwideLicense.html');
setURLs('/products/license/licensing_worldwide/licensing_worldwide_SS.html','/licensing/smartSpiceWorldwide/worldwideLicense.html');
setURLs('/products/license/licensing_worldwide/licensing_worldwide_EXPERT.html','/licensing/expertWorldwide/expert_worldwide_license_br.html');
setURLs('/products/license/licensing_worldwide/licensing_worldwide_GATEWAY.html','/licensing/gatewayWorldwide/gateway_unlimited_br.html');
setURLs('/products/license/licensing_worldwide/licensing_worldwide_GDN-DRC.html','/licensing/guardianWorldwide/guardian_drc_ww_license_br.html');
setURLs('/products/license/licensing_worldwide/licensing_worldwide_HIPEX.html','/licensing/hipexWorldwide/hipex_unlimited_br.html');
setURLs('/products/license/licensing_universal.html','/licensing/universal/universal_token.html');
setURLs('/products/license/licensing_tokencard.html','/licensing/tokenCard/token_card_br.html');
setURLs('/products/license/licensing_tcad_omni.html','/licensing/tcad_omni/tcad_omni.html');
setURLs('/products/license/licensing_term_based.html','/licensing/term/term-based.html');
setURLs('/products/license/licensing_perpetual.html','/licensing/perpetual/perpetual.html');

setURLs('/support/os_load.html','/support/platforms.html');
setURLs('/company/offices.html','/company/offices/offices.html');
setURLs('/company/ushead.html','/company/offices/california.html');
setURLs('/company/ushead.html','/company/directions/directions.html');
setURLs('/company/us_arizona.html','/company/offices/arizona.html');
setURLs('/company/us_arizona.html','/company/directions/ar-directions.html');
setURLs('/company/us_austin.html','/company/offices/texas.html');
setURLs('/company/us_austin.html','/company/directions/au-directions.html');
setURLs('/company/us_massa.html','/company/offices/massachusetts.html');
setURLs('/company/us_massa.html','/company/directions/ma-directions.html');
setURLs('/company/kyoto.html','/company/offices/japan.html');
setURLs('/company/kyoto.html','/company/directions/japan_directionsYokohama.html');
setURLs('/company/kyoto.html','/company/directions/japan_directionsKyoto.html');
setURLs('/company/uk.html','/company/offices/uk.html');
setURLs('/company/uk.html','/company/directions/uk_directions.html');
setURLs('/company/korea.html','/company/offices/korea.html');
setURLs('/company/korea.html','/company/directions/korea_directions.html');
setURLs('/company/taiwan.html','/company/offices/taiwan.html');
setURLs('/company/taiwan.html','/company/directions/taiwan_directions.html');
setURLs('/company/singapore.html','/company/offices/singapore.html');
setURLs('/company/singapore.html','/company/directions/singapore_directions.html');
setURLs('/company/distributorsChina01.html','/company/offices/distributorsChina01.html');
setURLs('/company/distributorsChina02.html','/company/offices/distributorsChina02.html');
setURLs('/company/distributorsChina03.html','/company/offices/distributorsChina03.html');
setURLs('/company/distributorsIndia.html','/company/offices/distributorsIndia01.html');
setURLs('/company/distributorsIndia2.html','/company/offices/distributorsIndia02.html');
setURLs('/company/malaysia.html','/company/offices/distributorsMalasia01.html');
setURLs('/pdk_df/index.html','/products/pdk/pdk.html');

setURLs('/pdk_df/index.html','/designflows/partners.html');
setURLs('/pdk_df/pdk_qa.html','/designflows/quality.html');
setURLs('/pdk_df/pdk_mtnc.html','/designflows/maintainability.html');
setURLs('/services/pdk_services.html','/services/pdkServices/pdk_services.html');
setURLs('/pdk_df/pdk_manual.html','/designflows/documentation.html');
setURLs('/pdk_df/pdk_mgrtn.html','/designflows/migration.html');
setURLs('/tech_lib_EDA/index.html','/tech_lib_EDA/index.html');
setURLs('/tech_lib_EDA/app_note/AMS.html','/tech_lib_EDA/appNotes/AMS.html');
setURLs('/tech_lib_EDA/app_note/customICCAD.html','/tech_lib_EDA/appNotes/customICCAD.html');
setURLs('/tech_lib_EDA/app_note/Interconnect.html','/tech_lib_EDA/appNotes/parasiticExtraction.html');
setURLs('/tech_lib_EDA/app_note/digital.html','/tech_lib_EDA/appNotes/digital.html');
setURLs('/tech_lib_EDA/publishedpapers/pp_spiceparaextract.html','/tech_lib_EDA/publishedPapers/AMS.html');
setURLs('/tech_lib_EDA/publishedpapers/pp_mask.html','/tech_lib_EDA/publishedPapers/customICCAD.html');
setURLs('/tech_lib_EDA/publishedpapers/pp_interconnect.html','/tech_lib_EDA/publishedPapers/parasticExtraction.html');
setURLs('/tech_lib_EDA/kbase/ams/ams_index.html','/tech_lib_EDA/kbase/AMS/index.html');
setURLs('/tech_lib_EDA/kbase/ams/anlgcrctsimulation_index.html','/tech_lib_EDA/kbase/AMS/analogCircuitSimulation.html');
setURLs('/tech_lib_EDA/kbase/ams/rfcircuitsimulation_index.html','/tech_lib_EDA/kbase/AMS/RFCircuitSimulation.html');
setURLs('/tech_lib_EDA/kbase/ams/mixedsignalcircuitsimulation_index.html','/tech_lib_EDA/kbase/AMS/mixedSignalCircuitSimulation.html');
setURLs('/tech_lib_EDA/kbase/ams/spicemodelextraction_index.html','/tech_lib_EDA/kbase/AMS/spiceModelExtraction.html');
setURLs('/tech_lib_EDA/kbase/customiccad/customiccad_index.html','/tech_lib_EDA/kbase/customICCAD/index.html');
setURLs('/tech_lib_EDA/kbase/customiccad/layoutEditing.html','/tech_lib_EDA/kbase/customICCAD/layoutEditing.html');
setURLs('/tech_lib_EDA/kbase/customiccad/layoutVerification.html','/tech_lib_EDA/kbase/customICCAD/layoutVerification.html');
setURLs('/tech_lib_EDA/kbase/parasiticextraction/parasticextraction_index.html','/tech_lib_EDA/kbase/parasiticExtraction/index.html');
setURLs('/tech_lib_EDA/kbase/parasiticextraction/structureCharacterization.html','/tech_lib_EDA/kbase/parasiticExtraction/structureCharacterization.html');
setURLs('/tech_lib_EDA/kbase/parasiticextraction/cellLevelExtraction.html','/tech_lib_EDA/kbase/parasiticExtraction/cellLevelExtraction.html');
setURLs('/tech_lib_EDA/kbase/parasiticextraction/fullChipExtraction.html','/tech_lib_EDA/kbase/parasiticExtraction/fullChipExtraction.html');
setURLs('/tech_lib_EDA/kbase/digitalcad/digitalcad_index.html','/tech_lib_EDA/kbase/logicVerification/index.html');
setURLs('/tech_lib_EDA/kbase/digitalcad/logicFaultSimulation.html','/tech_lib_EDA/kbase/logicVerification/logicFaultSimulation.html');
setURLs('/tech_lib_EDA/kbase/digitalcad/cellCoreChar.html','/tech_lib_EDA/kbase/logicVerification/cellCoreChar.html');
setURLs('/tech_lib_EDA/kbase/digitalcad/placeAndRoute.html','/tech_lib_EDA/kbase/logicVerification/placeAndRoute.html');
setURLs('/tech_lib_EDA/kbase/index.html','/tech_lib_EDA/PDKs/index.html');
setURLs('/tech_lib_EDA/trainingmaterials/ams/ams_index.html','/tech_lib_EDA/trainingMaterials/AMS.html');
setURLs('/tech_lib_EDA/trainingmaterials/parasiticextraction/parasiticextraction_index.html','/tech_lib_EDA/trainingMaterials/parasiticExtraction.html');
setURLs('/tech_lib_EDA/trainingmaterials/digitalcad/digitalcad_index.html','/tech_lib_EDA/trainingMaterials/digital.html');
setURLs('/tech_lib_EDA/books/ams_index.html','/tech_lib_EDA/kbase/AMS/recommendedTextbooks.html');
setURLs('/tech_lib_EDA/books/digitalcad_index.html','/tech_lib_EDA/kbase/logicVerification/recommendedTextbooks.html');
setURLs('/tech_lib_TCAD/index.html','/tech_lib_TCAD/index.html');
setURLs('/tech_lib_TCAD/tech_info/academiccoursematerials/academic_index.html','/tech_lib_TCAD/whitePapers/academicCourseMaterials/index.html');
setURLs('/tech_lib_TCAD/tech_info/recommendedtextbooks/textbooks_index.html','/tech_lib_TCAD/whitePapers/recommendedTextbooks.html');
setURLs('/tech_lib_TCAD/tech_info/patents/patents_index.html','/tech_lib_TCAD/patents/index.html');
setURLs('/tech_lib_EDA/kbase/ams/books_index.html','/tech_lib_TCAD/books.html');
setURLs('/tech_lib_TCAD/publishedpapers/allCategories.html','/tech_lib_TCAD/publishedPapers/allCategories.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_soi.html','/tech_lib_TCAD/publishedPapers/soi.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_cmos.html','/tech_lib_TCAD/publishedPapers/cmos.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_advanstmaterials.html','/tech_lib_TCAD/publishedPapers/iiiv.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_interconnect.html','/tech_lib_TCAD/publishedPapers/interconnect.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_tft.html','/tech_lib_TCAD/publishedPapers/tft.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_organic.html','/tech_lib_TCAD/publishedPapers/organic.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_biploar.html','/tech_lib_TCAD/publishedPapers/sbt.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_esd.html','/tech_lib_TCAD/publishedPapers/esd.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_power.html','/tech_lib_TCAD/publishedPapers/power.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_seu.html','/tech_lib_TCAD/publishedPapers/radiation.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_opt.html','/tech_lib_TCAD/publishedPapers/optoelectronics.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_cmpdvce.html','/tech_lib_TCAD/publishedPapers/compound.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_slcndvce.html','/tech_lib_TCAD/publishedPapers/silicon.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_mrydvce.html','/tech_lib_TCAD/publishedPapers/memory.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_mems.html','/tech_lib_TCAD/publishedPapers/mems.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_thyristors.html','/tech_lib_TCAD/publishedPapers/thyristor.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_finfet.html','/tech_lib_TCAD/publishedPapers/finfet.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_gtcad.html','/tech_lib_TCAD/publishedPapers/tcad.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_dtctrs.html','/tech_lib_TCAD/publishedPapers/detectors.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_slrcl.html','/tech_lib_TCAD/publishedPapers/solarcells.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_nscldvc.html','/tech_lib_TCAD/publishedPapers/nanoscale.html');
setURLs('/tech_lib_TCAD/publishedpapers/pp_slcnwr.html','/tech_lib_TCAD/publishedPapers/siliconNanoWire.html');
setURLs('/tech_lib_TCAD/simulationstandard/latest.html','/tech_lib_TCAD/simulationstandard/latest.html');
setURLs('/examples/index.html','/examples/index.html');
setURLs('/examples/tcad/index.html','/examples/tcad/index.html');

setURLs('/video/corporate.html','/tech_lib_TCAD/videos/corporate/index.html');
setURLs('/video/index.html','/tech_lib_TCAD/videos/index.html');
setURLs('/services/index.html','/services/index.html');
setURLs('/services/tcad_services.html','/services/tcadServices/tcad_services.html');
setURLs('/services/modeling_services.html','/services/modelingServices/modeling_services.html');
setURLs('/services/par_extrct.html','/services/parasiticExtractionServices/par_extrct.html');
setURLs('/services/pdk_services.html','/services/pdkServices/pdk_services.html');
setURLs('/services/cellcore.html','/services/cellcoreServices/cellcore_services.html');
setURLs('/company/academic/program.html','/company/university_program.html');
setURLs('/company/index.html','/company/profile/profile.html');
setURLs('/news/index.html','/news/news/index.html');
setURLs('/news/index.html#2010','/news/pressreleases/2010.html');
setURLs('/news/index.html#2009','/news/pressreleases/2009.html');
setURLs('/news/index.html#2008','/news/pressreleases/2008.html');
setURLs('/news/index.html#2007','/news/pressreleases/2007.html');
setURLs('/news/index.html#2006','/news/pressreleases/2006.html');
setURLs('/news/index.html#2005','/news/pressreleases/2005.html');
setURLs('/news/index.html#2004','/news/pressreleases/2004.html');
setURLs('/news/index.html#2003','/news/pressreleases/2003.html');
setURLs('/news/index.html#2002','/news/pressreleases/2002.html');
setURLs('/news/index.html#2001','/news/pressreleases/2001.html');
setURLs('/news/index.html#2000','/news/pressreleases/2000.html');
setURLs('/news/press/2000_02_07_01.html','/news/pressreleases/2000_02_07_01.html');
setURLs('/news/press/2000_03_17_01.html','/news/pressreleases/2000_03_17_01.html');
setURLs('/news/press/2000_11_10_01.html','/news/pressreleases/2000_11_10_01.html');
setURLs('/news/press/2000_11_27_01.html','/news/pressreleases/2000_11_27_01.html');
setURLs('/news/press/2000_11_29_01.html','/news/pressreleases/2000_11_29_01.html');
setURLs('/news/press/2000_12_01_01.html','/news/pressreleases/2000_12_01_01.html');
setURLs('/news/press/2001_01_29_02.html','/news/pressreleases/2001_01_29_02.html');
setURLs('/news/press/2001_02_05_01.html','/news/pressreleases/2001_02_05_01.html');
setURLs('/news/press/2001_02_28_01.html','/news/pressreleases/2001_02_28_01.html');
setURLs('/news/press/2001_04_04_01.html','/news/pressreleases/2001_04_04_01.html');
setURLs('/news/press/2001_04_25_01.html','/news/pressreleases/2001_04_25_01.html');
setURLs('/news/press/2001_05_03_01.html','/news/pressreleases/2001_05_03_01.html');
setURLs('/news/press/2001_05_04_01.html','/news/pressreleases/2001_05_04_01.html');
setURLs('/news/press/2001_05_27_01.html','/news/pressreleases/2001_05_27_01.html');
setURLs('/news/press/2001_07_18_02.html','/news/pressreleases/2001_07_18_02.html');
setURLs('/news/press/2001_10_10_01.html','/news/pressreleases/2001_10_10_01.html');
setURLs('/news/press/2001_11_30_01.html','/news/pressreleases/2001_11_30_01.html');
setURLs('/news/press/2002_01_22_01.html','/news/pressreleases/2002_01_22_01.html');
setURLs('/news/press/2002_02_06_01.html','/news/pressreleases/2002_02_06_01.html');
setURLs('/news/press/2002_03_01_01.html','/news/pressreleases/2002_03_01_01.html');
setURLs('/news/press/2002_04_03_01.html','/news/pressreleases/2002_04_03_01.html');
setURLs('/news/press/2002_05_30_01.html','/news/pressreleases/2002_05_30_01.html');
setURLs('/news/press/2002_06_06_01.html','/news/pressreleases/2002_06_06_01.html');
setURLs('/news/press/2002_06_06_02.html','/news/pressreleases/2002_06_06_02.html');
setURLs('/news/press/2002_10-09-01.html','/news/pressreleases/2002_10-09-01.html');
setURLs('/news/press/2002_10_17_01.html','/news/pressreleases/2002_10_17_01.html');
setURLs('/news/press/2002_10_23_01.html','/news/pressreleases/2002_10_23_01.html');
setURLs('/news/press/2002_10_31_01.html','/news/pressreleases/2002_10_31_01.html');
setURLs('/news/press/2002_11_20_01.html','/news/pressreleases/2002_11_20_01.html');
setURLs('/news/press/2003_02_05_01.html','/news/pressreleases/2003_02_05_01.html');
setURLs('/news/press/2003_02_14_01.html','/news/pressreleases/2003_02_14_01.html');
setURLs('/news/press/2003_03_14_01.html','/news/pressreleases/2003_03_14_01.html');
setURLs('/news/press/2003_05_14_01.html','/news/pressreleases/2003_05_14_01.html');
setURLs('/news/press/2003_05_30_01.html','/news/pressreleases/2003_05_30_01.html');
setURLs('/news/press/2003_05_30_02.html','/news/pressreleases/2003_05_30_02.html');
setURLs('/news/press/2003_07_09_01.html','/news/pressreleases/2003_07_09_01.html');
setURLs('/news/press/2003_08_22_01.html','/news/pressreleases/2003_08_22_01.html');
setURLs('/news/press/2003_08_26_01.html','/news/pressreleases/2003_08_26_01.html');
setURLs('/news/press/2003_09_23_01.html','/news/pressreleases/2003_09_23_01.html');
setURLs('/news/press/2003_09_30_01.html','/news/pressreleases/2003_09_30_01.html');
setURLs('/news/press/2003_10_07_01.html','/news/pressreleases/2003_10_07_01.html');
setURLs('/news/press/2003_10_09_01.html','/news/pressreleases/2003_10_09_01.html');
setURLs('/news/press/2004_01_27_01.html','/news/pressreleases/2004_01_27_01.html');
setURLs('/news/press/2004_03_02_01.html','/news/pressreleases/2004_03_02_01.html');
setURLs('/news/press/2004_04_02_01.html','/news/pressreleases/2004_04_02_01.html');
setURLs('/news/press/2004_05_20_01.html','/news/pressreleases/2004_05_20_01.html');
setURLs('/news/press/2004_05_25_01.html','/news/pressreleases/2004_05_25_01.html');
setURLs('/news/press/2004_06_01_01.html','/news/pressreleases/2004_06_01_01.html');
setURLs('/news/press/2004_06_07_01.html','/news/pressreleases/2004_06_07_01.html');
setURLs('/news/press/2004_06_07_02.html','/news/pressreleases/2004_06_07_02.html');
setURLs('/news/press/2004_06_07_03.html','/news/pressreleases/2004_06_07_03.html');
setURLs('/news/press/2004_12_09_04.html','/news/pressreleases/2004_12_09_04.html');
setURLs('/news/press/2005_01_07_01.html','/news/pressreleases/2005_01_07_01.html');
setURLs('/news/press/2005_01_18_01.html','/news/pressreleases/2005_01_18_01.html');
setURLs('/news/press/2005_04_15_01.html','/news/pressreleases/2005_04_15_01.html');
setURLs('/news/press/2005_07_27_01.html','/news/pressreleases/2005_07_27_01.html');
setURLs('/news/press/2005_08_08_01.html','/news/pressreleases/2005_08_08_01.html');
setURLs('/news/press/2005_08_11_01.html','/news/pressreleases/2005_08_11_01.html');
setURLs('/news/press/2006_01_09_01.html','/news/pressreleases/2006_01_09_01.html');
setURLs('/news/press/2006_04_24_01.html','/news/pressreleases/2006_04_24_01.html');
setURLs('/news/press/2006_08_14_01.html','/news/pressreleases/2006_08_14_01.html');
setURLs('/news/press/2007_04_17_01.html','/news/pressreleases/2007_04_17_01.html');
setURLs('/news/press/2007_05_10_01.html','/news/pressreleases/2007_05_10_01.html');
setURLs('/news/press/2008_06_12_01.html','/news/pressreleases/2008_06_12_01.html');
setURLs('/news/press/2008_06_27_01.html','/news/pressreleases/2008_06_27_01.html');
setURLs('/news/press/2008_08_05_01.html','/news/pressreleases/2008_08_05_01.html');
setURLs('/news/press/2008_08_20_01.html','/news/pressreleases/2008_08_20_01.html');
setURLs('/news/press/2008_11_05_01.html','/news/pressreleases/2008_11_05_01.html');
setURLs('/news/press/2009_01_08_01.html','/news/pressreleases/2009_01_08_01.html');
setURLs('/news/press/2009_04_08_01.html','/news/pressreleases/2009_04_08_01.html');
setURLs('/news/press/2009_04_22_01.html','/news/pressreleases/2009_04_22_01.html');
setURLs('/news/press/2009_04_28_01.html','/news/pressreleases/2009_04_28_01.html');
setURLs('/news/press/2009_04_29_01.html','/news/pressreleases/2009_04_29_01.html');
setURLs('/news/press/2009_05_27_01.html','/news/pressreleases/2009_05_27_01.html');
setURLs('/news/press/2009_09_16_01.html','/news/pressreleases/2009_09_16_01.html');
setURLs('/news/press/2009_10_27_01.html','/news/pressreleases/2009_10_27_01.html');
setURLs('/news/press/2010_01_06_01.html','/news/pressreleases/2010_01_06_01.html');
setURLs('/news/press/2010_02_17_01.html','/news/pressreleases/2010_02_17_01.html');
setURLs('/news/index.html','/news/pressreleases/index.html');
setURLs('/news/press/2010_04_14_01.html','/news/pressreleases/2010_04_14_01.html');
setURLs('/company/management.html','/company/management/index.html');
setURLs('/company/partners.html','/company/partners/partners.html');
setURLs('/company/partners/foundry.html','/designflows/partners.html');
setURLs('/company/partners/industryAssociations.html','/company/partners/industryAssociations.html');
setURLs('/company/academic/index.html','/company/partners/university_partners.html');
setURLs('/company/academic/americas.html','/company/universityRegion/northAmerica.html');
setURLs('/company/academic/europe.html','/company/universityRegion/europe.html');
setURLs('/company/academic/asia.html','/company/universityRegion/asia.html');
setURLs('/company/partners/EDAPartners.html','/company/partners/EDAPartners.html');

setURLs('/company/conferences.html','/company/events/conferences.html');
setURLs('/company/posters.html','/posters/index.html');
setURLs('/news/events/index.html','/company/events/index.html');
setURLs('/company/reasons.html','/company/sevenReasons.html');
setURLs('/video/playvideo.html?v=Universal_Tokens&width=815&height=246','/tech_lib_TCAD/videos/universalToken.html');
setURLs('/video/playvideo.html?v=Register','/tech_lib_TCAD/videos/registration.html');
setURLs('/video/playvideo.html?v=Install_for_Linux','/tech_lib_TCAD/videos/linuxInstall.html');
setURLs('/video/playvideo.html?v=Install_for_Windows','/tech_lib_TCAD/videos/windowsInstall.html');
setURLs('/video/playvideo.html?v=Install_for_Network','/tech_lib_TCAD/videos/networkInstall.html');
setURLs('/video/playvideo.html?v=SFLM02','/tech_lib_TCAD/videos/sflmInstall.html');
setURLs('/download/purchaseProducts.html','/2014PurchaseHome/purchaseProducts.html');
setURLs('/download/purchaseTokens.html','/2014PurchaseHome/purchaseTokens.html');
setURLs('/support/windows.html','/support/windows.html');
setURLs('/company/distributorsChina04.html','/company/offices/distributorsChina04.html');
setURLs('/news/press/2010_05_26_01.html','/news/pressreleases/2010_05_26_01.html');
setURLs('/news/press/2010_06_24_01.html','/news/pressreleases/2010_06_23_01.html');
setURLs('/products/ams/spicemodels.html','/products/analog/spicemodels/spicemodels.html');
setURLs('/products/iccad/clarity_rlc_Synopsys_StarRC_Cadence_QRC.html','/products/RLCNetlistReduction/clarity_rlc_Synopsys_StarRC_Cadence_QRC.html');
setURLs('/products/logic/catalyst_Cadence_SPECTRE_Synopsys_HSPICE.html','/products/catalyst/catalyst_Cadence_SPECTRE_Synopsys_HSPICE.html');
setURLs('/products/logic/catalystDA_Mentor_Graphics_Calibre.html','/products/catalystDA/catalystDA_Mentor_Graphics_Calibre.html');
setURLs('/products/ams/harmony_Cadence_Virtuoso.html','/products/circuit_simulation/harmony_Cadence_Virtuoso.html');
setURLs('/products/ams/smartspice_HSPICE_ELDO.html','/products/circuit_simulation/smartspice_HSPICE_ELDO.html');
setURLs('/products/iccad/guardian_Mentor_Graphics_CalibreLVS_Cadence_Assura.html','/products/drc_lvs/guardian_Mentor_Graphics_CalibreLVS_Cadence_Assura.html');

setURLs('/products/2010BaselineFeatures.html','/products/2010BaselineFeatures.html');
setURLs('/products/newFeatures/accuCell.html','/products/newFeatures/accuCell.html');
setURLs('/products/newFeatures/accuCore.html','/products/newFeatures/accuCore.html');
setURLs('/products/newFeatures/athena.html','/products/newFeatures/athena.html');
setURLs('/products/newFeatures/atlas.html','/products/newFeatures/atlas.html');
setURLs('/products/newFeatures/catalystAD.html','/products/newFeatures/catalystAD.html');
setURLs('/products/newFeatures/catalystDA.html','/products/newFeatures/catalystDA.html');
setURLs('/products/newFeatures/clarityRLC.html','/products/newFeatures/clarityRLC.html');
setURLs('/products/newFeatures/clever.html','/products/newFeatures/clever.html');
setURLs('/products/newFeatures/expert.html','/products/newFeatures/expert.html');
setURLs('/products/newFeatures/gateway.html','/products/newFeatures/gateway.html');
setURLs('/products/newFeatures/guardian.html','/products/newFeatures/guardian.html');
setURLs('/products/newFeatures/harmony.html','/products/newFeatures/harmony.html');
setURLs('/products/newFeatures/hipex.html','/products/newFeatures/hipex.html');
setURLs('/products/newFeatures/hyperFault.html','/products/newFeatures/hyperFault.html');
setURLs('/products/newFeatures/interactiveTools.html','/products/newFeatures/interactiveTools.html');
setURLs('/products/newFeatures/quest.html','/products/newFeatures/quest.html');
setURLs('/products/newFeatures/silos.html','/products/newFeatures/silos.html');
setURLs('/products/newFeatures/smartSpice.html','/products/newFeatures/smartSpice.html');
setURLs('/products/newFeatures/smartSpiceRF.html','/products/newFeatures/smartSpiceRF.html');
setURLs('/products/newFeatures/smartView.html','/products/newFeatures/smartView.html');
setURLs('/products/newFeatures/spayn.html','/products/newFeatures/spayn.html');
setURLs('/products/newFeatures/spider.html','/products/newFeatures/spider.html');
setURLs('/products/newFeatures/utmostiii.html','/products/newFeatures/utmostiii.html');
setURLs('/products/newFeatures/utmostiv.html','/products/newFeatures/utmostiv.html');
setURLs('/products/newFeatures/verilog-A.html','/products/newFeatures/verilog-A.html');
setURLs('/products/newFeatures/victoryCell.html','/products/newFeatures/victoryCell.html');
setURLs('/products/newFeatures/victoryDevice.html','/products/newFeatures/victoryDevice.html');
setURLs('/products/newFeatures/victoryProcess.html','/products/newFeatures/victoryProcess.html');
setURLs('/products/newFeatures/victoryStress.html','/products/newFeatures/victoryStress.html');
setURLs('/products/newFeatures/vwf.html','/products/newFeatures/vwf.html');
setURLs('/products/ams/gateway_cadence_virtuoso.html','/products/design_capture/gateway_cadence_virtuoso.html');
setURLs('/products/tcad/Process_Simulation/victoryProcessComparison.html','/products/vwf/athena/victory/victoryProcessComparison.html');
setURLs('/products/tcad/Process_Simulation/victoryCellComparison.html','/products/vwf/athena/victorycell/victoryCellComparison.html');
setURLs('/products/tcad/Process_Simulation/athenaComparison.html','/products/process_simulation/athenaComparison.html');
setURLs('/products/tcad/Device_Simulation/victoryDeviceComparison.html','/products/vwf/atlas/victory/victoryDeviceComparison.html');
setURLs('/products/tcad/Device_Simulation/atlasComparison.html','/products/device_simulation/atlasComparison.html');
setURLs('/products/tcad/Stress_Simulator/victoryStress_ANSYS_COMSOL.html','/products/vwf/athena/victorystress/victoryStress_ANSYS_COMSOL.html');
setURLs('/products/tcad/vwf_comparison.html','/products/virtual_wafer/vwf_comparison.html');
setURLs('/products/license/university_tcad_omni.html','/licensing/university/tcad_omni/tcad_omni.html');
setURLs('/pdk_df/installation.html','/products/pdk/installation.html');
setURLs('/news/press/2010_08_18_01.html','/news/pressreleases/2010_08_18_01.html');
setURLs('/news/press/2010_12_08_01.html','/news/pressreleases/2010_12_08_01.html');
setURLs('/tech_lib_TCAD/publishedpapers/process.html','/tech_lib_TCAD/publishedPapers/process.html');
setURLs('/video/tcadVideos.html','/tech_lib_TCAD/videos/tcadVideos.html');
