//global Navigation 
home="/ch-fr/index.htm";
support="/ch-fr/support/index.asp";
priv="/ch-fr/etc/privacy.htm";
legal="/ch-fr/etc/legal_notice.htm";
features="/ch-fr/features/index.htm";
press="/ch-fr/presscenter/index.asp";
about="/ch-fr/aboutsamsung/index.htm";
sitemap="/ch-fr/sitemap/sitemap.htm";

//Products
products="/ch-fr/products/index.htm";

//TV, video & audio(Grop)
tva="/ch-fr/products/tvvideoaudio.asp";
	tv="/ch-fr/products/tv/index.asp";
	cam="/ch-fr/products/camcorder/index.asp"; //camcorder
	dvdvideo="/ch-fr/products/dvdvideo/index.asp"; //dvd-player & video-products
	dvd="/ch-fr/products/dvdplayer/index.asp"; //dvd-player
	vcr="/ch-fr/products/vcrs/index.asp"; //videorekorder
	settop="/ch-fr/products/digitalsettopbox/index.asp"; //digitalsettopbox
	audio="/ch-fr/products/audiosystems/index.asp"; //audiosystems
	audiop="/ch-fr/products/digitalaudioplayer/index.asp"; //Digitalaudioplayer
	haudio="/ch-fr/products/homeaudio/index.asp"; //Homeaudio
	paudio="/ch-fr/products/portableaudio/index.asp"; //Portableaudio

//computers & Related Products(Grop)
com_rel="/ch-fr/products/computerperipherals.asp";
	notebook="/ch-fr/products/notebookpc/index.asp";
	notebooka="/ch-fr/products/notebookpc/notebookaccessories/index.htm";
	handheld="/ch-fr/products/handheldpc/index.asp"; 
 	hdd="/ch-fr/products/harddiskdrive/index.asp";
 	cddvd="/ch-fr/products/cd_dvdrom/index.asp";
 	cdrdvdw="/ch-fr/products/cddvdwriter/index.asp";
 	monitor="/ch-fr/products/monitors/index.asp"; 
 	monitora="/ch-fr/products/monitors/monitoraccessories/index.htm"; 
  	printer="/ch-fr/products/printer/index.asp";  
  	printera="/ch-fr/products/printer/printeraccessories/index.htm";  
	projector="/ch-fr/products/projectors/index.asp";


//phone & Fax Machines 
ph_fax="/ch-fr/products/phonesfaxmachines.htm";
mob="/ch-fr/products/mobiles.asp";
	mobile="/ch-fr/products/mobilephones/index.asp";
	mobilea="/ch-fr/products/mobilephonesaccessories/index.htm";
	cordless="/ch-fr/products/cordlessphone/index.asp"; 
	faxmfp="/ch-fr/products/faxmultifunctionaldevices/index.asp";
	faxmfpa="/ch-fr/products/faxmultifunctionaldevices/faxmfpaccessories/index.htm";


//Home Appliances 
happ="/ch-fr/products/homeappliances.asp";
	refrigerator="/ch-fr/products/refrigerators/index.asp";
	aircondi="/ch-fr/products/airconditioner/index.asp";
	oven="/ch-fr/products/cooking/index.asp";
	washing="/ch-fr/products/washingmachines/index.asp"; 
	vacuum="/ch-fr/products/vacuumcleaner/index.asp"; 


//Semiconductor
semi="/ch-fr/products/Semiconductor/index.htm";
	dram="/ch-fr/products/Semiconductor/products/DRAM/index.htm";
	flash="/ch-fr/products/Semiconductor/products/Flash/index.htm"; 
	sram="/ch-fr/products/Semiconductor/products/SRAM/index.htm";
	gmemory="/ch-fr/products/Semiconductor/products/MCP/index.htm"; 
	mcp="/ch-fr/products/Semiconductor/products/GraphicsMemory/index.htm"; 
	maskrom="/ch-fr/products/Semiconductor/products/MaskROM/index.htm"; 
	tft="/ch-fr/products/Semiconductor/products/SystemLSI/index.htm"; 
	lsi="/ch-fr/products/Semiconductor/products/TFTLcdModules/index.htm";

//TFT Lcd Modules 
tftmodules="/ch-fr/products/Semiconductor/TFTLcdModules/index.htm";

//fiber
fiber="/ch-fr/products/Fiberoptics.htm";
	optical="/ch-fr/products/OpticalFiber/index.htm";
	fibercable="/ch-fr/products/FiberCable/index.htm";
	interconnection="/ch-fr/products/InterconnectionProducts/index.htm";

//TelecommunicationSystems(Grop)
tele="/ch-fr/products/TelecommunicationSystems.htm";
	cdma2000="/ch-fr/products/cdMA20001x/index.asp";
	cdmaEVDO="/ch-fr/products/cdMA20001xEV_DO/index.asp"; 
	wcdma="/ch-fr/products/W_cdMA/index.asp"; 
	ngn="/ch-fr/products/NGNSolution/index.asp"; 
	bsolution="/ch-fr/products/BroadbandNetworkSolution/index.asp"; 
	enetwork="/ch-fr/products/EdgeMetroSolution/index.asp"; 
	ipn="/ch-fr/products/IPNetwork/index.asp"; 
	keyphone="/ch-fr/products/Keyphone/index.asp"; 
	hinfra="/ch-fr/products/HomeInfra/index.asp"; 

 
//CCTV 
cctv="/ch-fr/products/cctv.htm";
	cameras="/ch-fr/products/cameras/index.htm";
	smartdome="/ch-fr/products/SmartDomeSystems/index.htm"; 
	monitors="/ch-fr/products/monitors/index.htm"; 
	networksec="/ch-fr/products/NetworkSecurity/index.htm";
	controllers="/ch-fr/products/controllers/index.htm"; 
	vcrs="/ch-fr/products/vcrs/index.htm"; 
	dvrs="/ch-fr/products/dvrs/index.htm"; 


//compressors 
compress="/ch-fr/products/compressors.htm";
	recipro="/ch-fr/products/Recipocompressor/index.htm";
	rotary="/ch-fr/products/Rotarycompressor/index.htm"; 

 
//Factory Automation
factory="/ch-fr/products/FactoryAutomation.htm";
	manufacturing="/ch-fr/products/ManufacturingEquipment/ManufacturingEquipment.htm"; 
	robot_controller="/ch-fr/products/Robot_Controller/Robot_Controller.htm"; 
	precision="/ch-fr/products/PrecisionOpticLens/PrecisionOpticLens.htm";


function GoUrl(Str) {
	location.href=eval(Str);
}


//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;
			}
		}
	}
	
	
//jump menu
function move_site(frm) {
    var myindex=frm.selectedIndex
    if (frm.options[myindex].value != null) {
				 window.open(frm.options[myindex].value);
    }
}

function selmodel(frm) {
    var selurl=frm.selectedModel
    if (frm.options[selurl].value != null) {
				 window.open(frm.options[selurl].value);
    }
}

//popup

function popup(Fn, X, Y, Scroll){
l = (screen.width) ?	(screen.width-550) / 2	: 0;
	t = (screen.height) ?	(screen.height-400) / 2 : 0;	
	NewWindow=window.open(Fn,'newwindow','width='+X+',height='+Y+',top='+t+',left='+l+',scrollbars='+Scroll+',toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no');
}

//Popup-Funktion fuer Cebit
	function LauncherWin(mypage, myname, w, h, scroll) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',noresiz'
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}


function clearText(thefield){ 
if (thefield.defaultValue==thefield.value) 
        thefield.value = "" 
} 
