//global Navigation home="/he/index.htm";support="/he/support/index.asp";contactus="/he/contactus/contactus.htm";priv="/he/etc/privacy.htm";legal="/he/etc/legal_notice.htm";features="/he/features/index.htm";press="/he/presscenter/index.asp";about="/he/aboutsamsung/index.htm";sitemap="/he/sitemap/index.asp";download_center = "/he/support/productsupport/download/index.aspx";//productsproducts="/he/products/index.htm";//tv, video & audio(Grop)tva="/he/products/tvvideoaudio.htm";	tv="/he/products/tvplasmadisplay/index.asp";	dvd="/he/products/dvdplayer/index.asp"; //DVDplayer	cam="/he/products/camcorder/index.asp"; //camcorder	homethe="/he/products/hometheatreset/index.asp"; //hometheatreset	mp2="/he/products/mp3player/index.asp";//mp3player	voice="/he/products/digitalvoicerecorder/index.asp";//Digital Voice Recorder//computers & Related products(Grop)com_rel="/he/products/computersrelatedproducts.htm";	notebook="/he/products/notebookcomputer/index.asp";	desktop="/he/products/desktopcomputer/index.asp"; 	monitor="/he/products/monitor/index.asp";   	printer="/he/products/printer/index.asp"; //Phone & Telecommunications.htm  ph_tel="/he/products/phonestelecommunications.htm";	mobile="/he/products/mobilephone/index.asp";//home Appliances happ="/he/products/homeappliances.htm";	refrigerator="/he/products/refrigerator/index.asp";	aircondi="/he/products/airconditioner/index.asp";	oven="/he/products/microwaveoven/index.asp";	washing="/he/products/washingmachine/index.asp"; 	vacuum="/he/products/vacuumcleaner/index.asp"; //home Network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');}function clearText(thefield){ if (thefield.defaultValue==thefield.value)         thefield.value = "" } function ContactUs(){window.open('/he/contactus/contactus.htm','new','scrollbars=yes,resizable=no,toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no, width=580,height=640');}function ChangeLang(a) {	if (a == "toC") {		document.toChinese.submit();	} else if (a == "toE") {		document.toEnglish.submit();	}}