//global Navigation 
home="/at/index.htm";
support="/at/support/index.asp";
priv="/at/etc/privacy.htm";
legal="/at/etc/legal_notice.htm";
features="/at/features/index.htm";
press="/at/presscenter/index.asp";
about="/at/aboutsamsung/index.htm";
sitemap="/at/sitemap/sitemap.htm";

//Products
products="/at/products/index.htm";

//TV, video & audio(Grop)
tva="/at/products/tvvideoaudio.asp";
	tv="/at/products/tv/index.asp";
	cam="/at/products/camcorder/index.asp"; //camcorder
	dvdvideo="/at/products/dvdvideo/index.asp"; //dvd-player & video-products
	dvd="/at/products/dvdplayer/index.asp"; //dvd-player
	vcr="/at/products/vcrs/index.asp"; //videorekorder
	settop="/at/products/digitalsettopbox/index.asp"; //digitalsettopbox
	audio="/at/products/audiosystems/index.asp"; //audiosystems
	audiop="/at/products/digitalaudioplayer/index.asp"; //Digitalaudioplayer
	haudio="/at/products/homeaudio/index.asp"; //Homeaudio
	paudio="/at/products/portableaudio/index.asp"; //Portableaudio

//computers & Related Products(Grop)
com_rel="/at/products/computerperipherals.asp";
	notebook="/at/products/notebookpc/index.asp";
	notebooka="/at/products/notebookpc/notebookaccessories/index.htm";
	handheld="/at/products/handheldpc/index.asp"; 
 	hdd="/at/products/harddiskdrive/index.asp";
 	cddvd="/at/products/cd_dvdrom/index.asp";
 	cdrdvdw="/at/products/cddvdwriter/index.asp";
 	monitor="/at/products/monitors/index.asp"; 
 	monitora="/at/products/monitors/monitoraccessories/index.htm"; 
  	printer="/at/products/printer/index.asp";  
  	printera="/at/products/printer/printeraccessories/index.htm"; 
	projector="/at/products/projectors/index.asp"; 


//phone & Fax Machines 
ph_fax="/at/products/phonesfaxmachines.htm";
mob="/at/products/mobiles.asp";
	mobile="/at/products/mobilephones/index.asp";
	mobilea="/at/products/mobilephonesaccessories/index.htm";
	cordless="/at/products/cordlessphone/index.asp"; 
	faxmfp="/at/products/faxmultifunctionaldevices/index.asp";
	faxmfpa="/at/products/faxmultifunctionaldevices/faxmfpaccessories/index.htm";


//Home Appliances 
happ="/at/products/homeappliances.asp";
	refrigerator="/at/products/refrigerators/index.asp";
	aircondi="/at/products/airconditioner/index.asp";
	oven="/at/products/cooking/index.asp";
	washing="/at/products/washingmachines/index.asp"; 
	vacuum="/at/products/vacuumcleaner/index.asp"; 


//Semiconductor
semi="/at/products/Semiconductor/index.htm";
	dram="/at/products/Semiconductor/products/DRAM/index.htm";
	flash="/at/products/Semiconductor/products/Flash/index.htm"; 
	sram="/at/products/Semiconductor/products/SRAM/index.htm";
	gmemory="/at/products/Semiconductor/products/MCP/index.htm"; 
	mcp="/at/products/Semiconductor/products/GraphicsMemory/index.htm"; 
	maskrom="/at/products/Semiconductor/products/MaskROM/index.htm"; 
	tft="/at/products/Semiconductor/products/SystemLSI/index.htm"; 
	lsi="/at/products/Semiconductor/products/TFTLcdModules/index.htm";

//TFT Lcd Modules 
tftmodules="/at/products/Semiconductor/TFTLcdModules/index.htm";

//fiber
fiber="/at/products/Fiberoptics.htm";
	optical="/at/products/OpticalFiber/index.htm";
	fibercable="/at/products/FiberCable/index.htm";
	interconnection="/at/products/InterconnectionProducts/index.htm";

//TelecommunicationSystems(Grop)
tele="/at/products/TelecommunicationSystems.htm";
	cdma2000="/at/products/cdMA20001x/index.asp";
	cdmaEVDO="/at/products/cdMA20001xEV_DO/index.asp"; 
	wcdma="/at/products/W_cdMA/index.asp"; 
	ngn="/at/products/NGNSolution/index.asp"; 
	bsolution="/at/products/BroadbandNetworkSolution/index.asp"; 
	enetwork="/at/products/EdgeMetroSolution/index.asp"; 
	ipn="/at/products/IPNetwork/index.asp"; 
	keyphone="/at/products/Keyphone/index.asp"; 
	hinfra="/at/products/HomeInfra/index.asp"; 

 
//CCTV 
cctv="/at/products/cctv.htm";
	cameras="/at/products/cameras/index.htm";
	smartdome="/at/products/SmartDomeSystems/index.htm"; 
	monitors="/at/products/monitors/index.htm"; 
	networksec="/at/products/NetworkSecurity/index.htm";
	controllers="/at/products/controllers/index.htm"; 
	vcrs="/at/products/vcrs/index.htm"; 
	dvrs="/at/products/dvrs/index.htm"; 


//compressors 
compress="/at/products/compressors.htm";
	recipro="/at/products/Recipocompressor/index.htm";
	rotary="/at/products/Rotarycompressor/index.htm"; 

 
//Factory Automation
factory="/at/products/FactoryAutomation.htm";
	manufacturing="/at/products/ManufacturingEquipment/ManufacturingEquipment.htm"; 
	robot_controller="/at/products/Robot_Controller/Robot_Controller.htm"; 
	precision="/at/products/PrecisionOpticLens/PrecisionOpticLens.htm";

//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');
}

//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 = "" 
} 
