//global navigation 
home="/au/index.htm";
support="/au/support/index.asp";
contact="/au/contactus/contactus.htm";
priv="/au/etc/privacy.htm";
legal="/au/etc/legal_notice.htm";
features="/au/features/index.htm";
press="/au/presscenter/index.asp";
about="/au/aboutsamsung/index.htm";
sitemap="/au/sitemap/sitemap.htm";

//products
products="/au/products/index.htm";

//tv, video & audio(grop)
tva="/au/products/tvvideoaudio.htm";
tv="/au/products/tv/index.asp";
dvd="/au/products/dvdplayer/dvdplayer/index.asp"; //dvdplayer
cam="/au/products/camcorder/index.htm"; //camcorder
vcr="/au/products/vcr/index.htm"; //vcr
settop="/au/products/digitalsettopbox/index.htm"; //digitalsettopbox
audiop="/au/products/digitalaudioplayer/index.htm"; //digitalaudioplayer
haudio="/au/products/homeaudio/index.htm"; //homeaudio
paudio="/au/products/portableaudio/index.htm"; //portableaudio

//computers & related products(grop)
com_rel="/au/products/computersrelatedproducts.htm";
notebook="/au/products/notebookcomputer/index.htm";
handheld="/au/products/handheldpc/index.htm"; 
 hdd="/au/products/harddiskdrive/index.htm";
 cddvd="/au/products/cd_dvdrom/index.htm";
 cdrdvdw="/au/products/cddvdwriter/index.htm";
 monitor="/au/products/monitor/index.htm"; 
  printer="/au/products/printer/index.htm"; 
 mfp="/au/products/multifunctionproducts/index.htm";
 


//phone & fax machines 
ph_fax="/au/products/phonesfaxmachines.htm";
mobile="/au/products/mobilephone/index.htm";
cordless="/au/products/cordlessphone/index.htm"; 
fax="/au/products/fax/index.htm";


//home appliances 
happ="/au/products/homeappliances.htm";
refrigerator="/au/products/refrigerator/index.htm";
aircondi="/au/products/airconditioner/index.htm";
oven="/au/products/microwaveoven/index.htm";
washing="/au/products/washingmachine/index.htm"; 
vacuum="/au/products/vacuumcleaner/index.htm"; 


//semiconductor
semi="/au/products/semiconductor/index.htm";
dram="/au/products/semiconductor/products/dram/index.htm";
flash="/au/products/semiconductor/products/flash/index.htm"; 
sram="/au/products/semiconductor/products/sram/index.htm";
gmemory="/au/products/semiconductor/products/mcp/index.htm"; 
mcp="/au/products/semiconductor/products/graphicsmemory/index.htm"; 
maskrom="/au/products/semiconductor/products/maskrom/index.htm"; 
tft="/au/products/semiconductor/products/systemlsi/index.htm"; 
lsi="/au/products/semiconductor/products/tftlcdmodules/index.htm";

//tft lcd modules 
tftmodules="/au/products/semiconductor/tftlcdmodules/index.htm";

//fiber
fiber="/au/products/fiberoptics.htm";
optical="/au/products/opticalfiber/index.htm";
fibercable="/au/products/fibercable/index.htm";
interconnection="/au/products/interconnectionproducts/index.htm";

//telecommunicationsystems(grop)
tele="/au/products/telecommunicationsystems.htm";
cdma2000="/au/products/cdma20001x/index.htm";
cdmaevdo="/au/products/cdma20001xev_do/index.htm"; 
wcdma="/au/products/w_cdma/index.htm"; 
ngn="/au/products/ngnsolution/index.htm"; 
bsolution="/au/products/broadbandnetworksolution/index.htm"; 
enetwork="/au/products/edgemetrosolution/index.htm"; 
ipn="/au/products/ipnetwork/index.htm"; 
keyphone="/au/products/keyphone/index.htm"; 
hinfra="/au/products/homeinfra/index.htm"; 

 
//cctv 
cctv="/au/products/cctv.htm";
cameras="/au/products/cameras/index.htm";
smartdome="/au/products/smartdomesystems/index.htm"; 
monitors="/au/products/monitors/index.htm"; 
networksec="/au/products/networksecurity/index.htm";
controllers="/au/products/controllers/index.htm"; 
vcrs="/au/products/vcrs/index.htm"; 
dvrs="/au/products/dvrs/index.htm"; 


//compressors 
compress="/au/products/compressors.htm";
recipro="/au/products/recipocompressor/index.htm";
rotary="/au/products/rotarycompressor/index.htm"; 

 
//factory automation
factory="/au/products/factoryautomation.htm";
manufacturing="/au/products/manufacturingequipment/manufacturingequipment.htm"; 
robot_controller="/au/products/robot_controller/robot_controller.htm"; 
precision="/au/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');
}



function clearText(thefield){ 
if (thefield.defaultValue==thefield.value) 
        thefield.value = "" 
} 

