//global navigation
home="http://www.samsung.com/cz/index.htm";
products="http://www.samsung.com/cz/products/index.htm";
personal="http://stgweb.samsung.com/cz/consumer/index.html";
samsung="http://stgweb.samsung.com/cz/experience/index.do";
contact="http://www.samsung.com/cz/contactus/index.htm";
priv="http://www.samsung.com/cz/etc/privacy/index.htm";
legal="http://www.samsung.com/cz/etc/legal_notice/index.htm";
sitemap="http://www.samsung.com/cz/sitemap/index.htm";
srch="http://www.samsung.com/cz/search/search.htm";
adv_srch="http://www.samsung.com/cz/search/search.htm";
download_center = "http://www.samsung.com/cz/support/productsupport/download/index.aspx";


//support
support="http://stgweb.samsung.com/cz/support/main/supportSupportMain.do";
	prod_support="http://www.samsung.com/cz/support/productsupport/index.htm";
	shop="http://www.samsung.com/cz/support/shops/index.htm";
	svc="http://www.samsung.com/cz/support/services/index.htm";

//action
action="http://www.samsung.com/cz/actions/index.htm";



// global links
	globallinks="http://www.samsung.com/cz/support/globallinks.htm";
//features
features="http://www.samsung.com/cz/features/index.htm";
	brand_campaign="http://www.samsung.com/cz/features/brandcampaign/index.htm";
		brand_campaign1="http://www.samsung.com/cz/features/brandcampaign/digitall.htm";
		brand_campaign2="http://www.samsung.com/cz/features/brandcampaign/magazine.htm";
		brand_campaign3="http://www.samsung.com/cz/features/brandcampaign/prfilm.htm";

  technology="http://www.samsung.com/cz/features/technologyleadership/index.htm";
		technology1="http://www.samsung.com/cz/features/technologyleadership/exhibition.htm";
		technology2="http://www.samsung.com/cz/features/technologyleadership/product.htm";
		technology3="http://www.samsung.com/cz/features/technologyleadership/event.htm";
  sports="http://www.samsung.com/cz/features/sportssponsorships/index.htm";
		sports1="";
		sports2="http://www.samsung.com/cz/features/sportssponsorships/runningfestival/runningfestival.htm";
	by_the_time="http://www.samsung.com/cz/features/by_2002.htm";

press="http://stgweb.samsung.com/cz/news/main.do";
	press_releases="http://www.samsung.com/cz/presscenter/pressrelease/index.asp";


//aboutsamsung
about="http://stgweb.samsung.com/cz/aboutsamsung/index.html";

//aboutsamsung - company profile
	company="http://stgweb.samsung.com/cz/business/index.html"; //company profile
		philosophy="http://www.samsung.com/cz/aboutsamsung/companyprofile/valuesphilosophy/index.htm"; //values & philosophy

		new_manage="http://www.samsung.com/cz/aboutsamsung/companyprofile/newmanagement/index.htm"; //newmanagement

		annualreport="http://www.samsung.com/cz/aboutsamsung/companyprofile/annualreport/index.htm"; //annual report
			annualreport1="http://www.samsung.com/cz/aboutsamsung/companyprofile/annualreport/index.htm"; //annual report - samsung
			annualreport2="http://www.samsung.com/cz/aboutsamsung/companyprofile/annualreport/sec_annualreport01.htm"; //annual report - samsung electronics

		ceo_archive="http://www.samsung.com/cz/aboutsamsung/companyprofile/ceoresearcharchive/index.htm"; //ceo research archive
			ceo_archive1="http://www.samsung.com/cz/aboutsamsung/companyprofile/ceoresearcharchive/index.htm"; //ceo research archive - chairman
			ceo_archive2="http://www.samsung.com/cz/aboutsamsung/companyprofile/ceoresearcharchive/ceo.htm"; //ceo research archive - ceo

		timeline="http://www.samsung.com/cz/aboutsamsung/companyprofile/timelinehistory/index.htm"; //timeline & history

		gnetworks="http://www.samsung.com/cz/aboutsamsung/companyprofile/globalnetworks/index.htm"; //global networks

		ci="http://www.samsung.com/cz/aboutsamsung/companyprofile/corporateidentity/index.htm"; //corporate identity

		electro_init="http://www.samsung.com/cz/aboutsamsung/companyprofile/electronicsinitiatives/index.htm"; //electronics initiatives



//aboutsamsung - investorrelations

	ir="http://www.samsung.com/cz/aboutsamsung/investorrelations/index.htm"; //investorrelations


//aboutsamsung - careers
	careers="http://www.samsung.com/cz/aboutsamsung/careers/index.htm"; //careers
	  contact_info="http://www.samsung.com/cz/aboutsamsung/careers/contact_info.htm"; //contact info

//aboutsamsung - affiliatedcompanies
	affiliates="http://www.samsung.com/cz/aboutsamsung/affiliatedcompanies/index.htm"; //affiliatedcompanies
		affiliated_ir="http://www.samsung.com/cz/aboutsamsung/affiliatedcompanies/affiliated_ir.htm";
		affiliated_careers="http://www.samsung.com/cz/aboutsamsung/affiliatedcompanies/affiliated_careers.htm"; //affiliated_careers
		electronics="http://www.samsung.com/cz/aboutsamsung/affiliatedcompanies/electronicsindustries/index.htm"; //electronics industries
		machinery_heavy="http://www.samsung.com/cz/aboutsamsung/affiliatedcompanies/machineryheavyindustries/index.htm"; //machinery  heavy industries
		chemicals="http://www.samsung.com/cz/aboutsamsung/affiliatedcompanies/chemicalindustries/index.htm"; //chemicals industries
		financial_svc="http://www.samsung.com/cz/aboutsamsung/affiliatedcompanies/financialservices/index.htm"; //financial services
		other_co="http://www.samsung.com/cz/aboutsamsung/affiliatedcompanies/otheraffiliatedcompanies/index.htm"; //other affiliated companies

//aboutsamsung - socialcommitment
	social_commit="http://www.samsung.com/cz/aboutsamsung/socialcommitment/index.htm"; //socialcommitment

function GoUrl(name, win) {
	if (eval(name) == "") {
		alert("sorry.");
		return;
	} else {
		if (win == null) {
			document.location.href = eval(name);
		} else {
			window.open(eval(name), win);
		}
	}
}

//Main Menu RollOver
function ImgPreLoad(imgTitle, imageNum) {
		imageNum++;
		rollOver = new Array(imageNum);
		rollOut = new Array(imageNum);
		for (j = 1; j <= imageNum; j++) {
			if (j < 10) {
				retmp = "_0";
			} else {
				retmp ="_";
			}
			rollOver[j] = new Image();
			rollOver[j].src = imgTitle + retmp + j + "_on.gif";
			rollOut[j] = new Image();
			rollOut[j].src = imgTitle + retmp + j + "_off.gif";
		}
	}

	function imgOver(Number) {
		if (rollOver[Number] != null) {
			document["w"+Number].src = rollOver[Number].src;
		}
	}

	function imgOut(Number) {
		if (rollOver[Number] != null) {
			if (Number != _MCurrentOn) {
				document["w"+Number].src = rollOut[Number].src;
			}
		}
	}
	
	function imgOverEx(Number, src) {
	    document["w"+Number].src = src;
	}
	
	function imgOutEx(Number, src) {
	    if (Number != _MCurrentOn) {
		    document["w"+Number].src = src;
	    }
	}

