var domainName = (location.href.substring(location.href.indexOf('://') + 3)).replace(location.pathname, '');
if(domainName.indexOf(':') > 0)domainName = domainName.substr(0, domainName.indexOf(':'));
if(domainName.indexOf('?') > 0)domainName = domainName.substr(0, domainName.indexOf('?'));

/********************************************************************************************************
	Popup Á¤ÀÇ
	º¯¼ö Á¤ÀÇ : pop - ÆÄÀÏ¸í, width - °¡·Î»çÀÌÁî, height - ¼¼·Î»çÀÌÁî, flag - 0:½ºÅ©·Ñ¾øÀ½, 1:½ºÅ©·ÑÀÖÀ½
********************************************************************************************************/
function pop(pop,width,height,flag)
{
	var url = pop;
	var wd = width;
	var he = height;
    
    if (flag == "0" )
    {  window.open(url,"","toolbar=0,menubar=0,scrollbars=yes,resizable=no,top=0,left=0,width=" + wd +",height=" + he + ";");  }
    else 
    {  window.open(url,"","toolbar=0,menubar=0,scrollbars=yes,resizable=no,top=0,left=0,width=" + wd +",height=" + he + ";");  }
}

/********************************************************************************************************\
	»õÃ¢ ¿¬°á
********************************************************************************************************/
function open_link(url){
	opener.location = "http://"+ domainName +"/lexus/main/prime03.jsp";
}

/********************************************************************************************************\
	»õÃ¢
********************************************************************************************************/
function open_opt(url){
window.open(url, 'OPT', 'left=100,top=50,width=676,height=600,marginwidth=0,marginheight=0,scrollbars=yes,menubar=0,resizable=no');
}

function open_email(url){
window.open('http://'+ domainName +'/lexus/main/email.jsp', 'email', 'left=100,top=50,width=400,height=290,marginwidth=0,marginheight=0,scrollbars=no,menubar=0,resizable=no');
}

/********************************************************************************************************
	ÁÖ¿ä³»¿ë ¹Þ¾Æº¸±â ¸µÅ©
********************************************************************************************************/
function model_mail(mast_nm){
window.open("http://"+ domainName +"/lexus/model/mailinput.jsp?mast_nm="+mast_nm,"_brank", "width=320,height=180")
}

/********************************************************************************************************
	Build Your Lexus ¸µÅ©
********************************************************************************************************/
function ls600_build(){
window.open("http://"+ domainName +"/lexus/buildlex/ls600_buildlex.jsp","_self");
}
function ls_build(){
window.open("http://"+ domainName +"/lexus/buildlex/ls_buildlex.jsp","_self");
}
function gs_build(){
window.open("http://"+ domainName +"/lexus/buildlex/gs_buildlex.jsp","_self");
}
function es_build(){
window.open("http://"+ domainName +"/lexus/buildlex.do?mast_no=300","_self");
}
function is_build(){
window.open("http://"+ domainName +"/lexus/buildlex.do?mast_no=400","_self");
}
function rx_build(){
window.open("http://"+ domainName +"/lexus/buildlex.do?mast_no=500","_self");
}
function sc_build(){
window.open("http://"+ domainName +"/lexus/buildlex.do?mast_no=600","_self");
}

/********************************************************************************************************
	Æû Áö¿ì±â
********************************************************************************************************/
function clear(){
	document.form.reset();
}

/********************************************************************************************************
	ÇÁ¸°Æ®
********************************************************************************************************/
function print_detail(){	
	window.print();
}		

/********************************************************************************************************
	·ê¿À¹ö ÀÌ¹ÌÁö ½ÃÀÛ
********************************************************************************************************/
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

/********************************************************************************************************
	·¹ÀÌ¾î
********************************************************************************************************/
function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

/********************************************************************************************************
	ÀÌ¹ÌÁö ·ê¿À¹ö
********************************************************************************************************/
function restore_img_src(name, nsdoc)
{
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img && img.altsrc) {
    img.src    = img.altsrc;
    img.altsrc = null;
  } 
}

function change_img_src(name, nsdoc, rpath, preload)
{ 
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img) {
    img.altsrc = img.src;
    img.src    = rpath;
  } 
}

/********************************************************************************************************
	¸µÅ©½Ã Æ÷Ä¿½º ¾ø¾Ö´Â ÇÔ¼ö
********************************************************************************************************/
function allblur() {
    for (i = 0; i < document.links.length; i++)
        document.links[i].onfocus = document.links[i].blur;
}
window.onload=allblur

/********************************************************************************************************
	·¹ÀÌ¾î
********************************************************************************************************/
function show_layer(obj, n, v) //show_layer(id, °¹¼ö, º¸¿©ÁÙ·¹ÀÌ¾î)
{
	for (i=1; i<=n; i++)
	{
		if (document.all[obj+i] != null)
		{
			if (i == v) {document.all[obj+i].style.display="";}
			else {document.all[obj+i].style.display="none";}
		}
	}
}

/********************************************************************************************************
	·¹ÀÌ¾î ¼±ÅÃ Lease
********************************************************************************************************/
function onShowLayer(status){
		if(status == "lease1"){
			document.all['Lease1'].style.display="inline";
			document.all['Lease2'].style.display="none";
			document.all['Lease3'].style.display="none";
		}else if(status == "lease2"){
			document.all['Lease1'].style.display="none";
			document.all['Lease2'].style.display="inline";
			document.all['Lease3'].style.display="none";
		}else if(status == "lease3"){
			document.all['Lease1'].style.display="none";
			document.all['Lease2'].style.display="none";
			document.all['Lease3'].style.display="inline";
		}
}

/********************************************************************************************************
	·¹ÀÌ¾î ¼±ÅÃ Interior
********************************************************************************************************/
function onShowLayer2(status){
		if(status == "interior1"){
			document.all['Interior1'].style.display="inline";
			document.all['Interior2'].style.display="none";
		}else if(status == "interior2"){
			document.all['Interior1'].style.display="none";
			document.all['Interior2'].style.display="inline";
		}
}

/********************************************************************************************************
	·¹ÀÌ¾î ¼±ÅÃ Exterior
********************************************************************************************************/
function onShowLayer3(status){
		if(status == "exterior1"){
			document.all['Exterior1'].style.display="inline";
			document.all['Exterior2'].style.display="none";
		}else if(status == "exterior2"){
			document.all['Exterior1'].style.display="none";
			document.all['Exterior2'].style.display="inline";
		}
}

/********************************************************************************************************
	¿ìÆí¹øÈ£Ã£±â ÆË¾÷
********************************************************************************************************/
function go_location(){
	window.open('http://'+ domainName +'/lexus/virtyal/location.jsp', 'LOCATION', 'left=100,top=50,width=770,height=550,marginwidth=0,marginheight=0,scrollbars=no,menubar=0,resizable=no');
}

/********************************************************************************************************
	¼­ºñ½º¼¾Å¸ ÁöµµÃ£±â ÆË¾÷
********************************************************************************************************/
function go_ser_location(){
	window.open('http://'+ domainName +'/lexus/location/kangnam.html', 'LOCATION', 'left=100,top=50,width=799,height=560,marginwidth=0,marginheight=0,scrollbars=no,menubar=0,resizable=no');
}

/********************************************************************************************************
	Á¤ºñ¼Ò ÁöµµÃ£±â ÆË¾÷
********************************************************************************************************/
function go_bnp_location(){
	window.open('http://'+ domainName +'/lexus/location/d_kangnam.html', 'LOCATION', 'left=100,top=50,width=799,height=560,marginwidth=0,marginheight=0,scrollbars=no,menubar=0,resizable=no');
}

/********************************************************************************************************
	Çö±Ý±¸ÀÔ °ßÀû¼­ ÆË¾÷
********************************************************************************************************/
function go_cash(){
	window.open('http://'+ domainName +'/lexus/finance/cash.jsp', 'LOCATION', 'left=100,top=50,width=677,height=600,marginwidth=0,marginheight=0,scrollbars=yes,menubar=0,resizable=no');
}

/********************************************************************************************************
	BnPShopÅõ¾î ÆË¾÷
********************************************************************************************************/
function go_tour(){
	window.open('http://'+ domainName +'/lexus/bnpshop/tour.jsp', 'LOCATION', 'left=0,top=0,width=660,height=638,marginwidth=0,marginheight=0,scrollbars=no,menubar=0,resizable=no');
}

/********************************************************************************************************
	ÇÁ¶óÀÓ ½ºÆäÀÌ½º ÆË¾÷
********************************************************************************************************/
function go_prime_space(){
	window.open('http://'+ domainName +'/lexus/lexusprime/prime_space.jsp', 'LOCATION', 'left=100,top=50,width=840,height=573,marginwidth=0,marginheight=0,scrollbars=no,menubar=0,resizable=no');
}

/********************************************************************************************************
	Æ®·»Áö¼Ç
********************************************************************************************************/
function bt(id,after){ 
eval(id+'.filters.blendTrans.stop();'); 
eval(id+'.filters.blendTrans.Apply();'); 
eval(id+'.src="'+after+'";'); 
eval(id+'.filters.blendTrans.Play();'); 
}

/********************************************************************************************************
	ÇÃ·¡½¬ ÆË¾÷¶ç¿ì±â
********************************************************************************************************/
function Open_Win(files,name,Width,Height,Scroll) 
{
	var win_width = (screen.availwidth)/2 - Math.ceil(Width/2);
	var win_height = (screen.availheight)/2 - Math.ceil(Height/2);
	window.open(files,name,'menubar=0, status=0 locationbar=0,scrollbars='+Scroll+',resizable=0,left='+win_width+',top='+win_height+',width='+Width+',height='+Height);
}

/********************************************************************************************************
	Flash Link
********************************************************************************************************/

/* Top Menu Navigation  */
function gs350(){ //gS350
	window.location.href = "http://"+ domainName +"/lexus/model/gs430.jsp";
}

function ls430(){ //LS460
	window.location.href = "http://"+ domainName +"/lexus/model/ls460.jsp";
}

function ls460(){ //LS460
	window.location.href = "http://"+ domainName +"/lexus/model/ls460.jsp";
}

function gs430(){ //GS430
	window.location.href = "http://"+ domainName +"/lexus/model/gs430.jsp";
}

function es350(){ //ES330
	window.location.href = "http://"+ domainName +"/lexus/model/es350.jsp";
}

function is250(){ //is250
	window.location.href = "http://"+ domainName +"/lexus/model/is250.jsp";
}

function sc430(){ //sc430
	window.location.href = "http://"+ domainName +"/lexus/model/sc430.jsp";
}

function rx330(){ //rx330
	window.location.href = "http://"+ domainName +"/lexus/model/rx330.jsp";
}

function rxm(){ //rxm_visual
	window.location.href = "http://"+ domainName +"/lexus/model/rx_mobility.jsp";
}

/* Mid Menu Navigation  */
function finance(){ //finance
	pop('http://'+ domainName +'/event.asp?id=17','600','565','0');
}

function service(){ //service
	pop('http://'+ domainName +'/event.asp?id=18','600','565','0');
}

function bnpshop(){ //bnpshop
	pop('http://'+ domainName +'/event.asp?id=19','600','565','0');
}

function lexus(){ //lexus
	pop('http://'+ domainName +'/event.asp?id=20','600','565','0');
}

function lexusprime(){ //lexusprime
	pop('http://'+ domainName +'/event.asp?id=21','600','565','0');
}


/* Quick Link  */
function quick_brochure(){ //quick_brochure
	window.location.href = "http://"+ domainName +"/lexus/virtual/bro_write.jsp";
}

function quick_pricequote(){ //quick_pricequote
	window.location.href = "http://"+ domainName +"/lexus/virtual/est_write.jsp?sub=3";
}

function quick_consultant(){ //quick_consultant
	window.location.href = "http://"+ domainName +"/lexus/consultant.do";
}

function quick_testdrive(){ //quick_testdrive
	window.location.href = "http://"+ domainName +"/lexus/virtual/dri_write.jsp";
}

function quick_location(){ //quick_location
	window.location.href = "http://"+ domainName +"/lexus/lexusprime/location.jsp";
}

/* Top Menu Link  */
function home(){ //home
	window.location.href = "http://"+ domainName +"/lexus/index.jsp";
}

function tour(){ //tour
	pop('http://'+ domainName +'/lexus/lexusprime/prime_space.jsp','840','573','0');
}

function sitemap(){ //sitemap
	window.location.href = "http://"+ domainName +"/lexus/main/sitemap.jsp";
}

function contact(){ //contact
	window.location.href = "http://"+ domainName +"/contac_us.asp";
}

function duilian(){ //contact
	pop('http://'+ domainName +'/news.htm','618','581','0');
}

/* xia mian de lian jie */
function more(){ //tour
	pop('more.htm','600','746','0');
}

function good(){ //tour
	pop('good.htm','600','746','0');
}

function quick(){ //tour
	pop('quick.htm','600','746','0');
}

function save(){ //tour
	pop('save.htm','600','746','0');
}


/* Finance Menu Navigation  */
function fin_model(){ //model_price
	window.location.href = "http://"+ domainName +"/lexus/finance/model_price.jsp?sub=1";
}

function fin_service(){ //financial_service
	window.location.href = "http://"+ domainName +"/lexus/finance/financial_service.jsp?sub=2";
}

function fin_price(){ //financial_service
	window.location.href = "http://"+ domainName +"/lexus/virtual/est_write.jsp?sub=3";
}

/* Model Choice */
function model_choice_ls460(){ // model_choice_ls460
	window.location.href = "http://"+ domainName +"/lexus/model/ls460.jsp";
}

function model_choice_gs430(){ //model_choice_gs430
	window.location.href = "http://"+ domainName +"/lexus/model/gs430.jsp";
}

function model_choice_es350(){ //model_choice_es
	window.location.href = "http://"+ domainName +"/lexus/model/es350.jsp";
}

function model_choice_is200(){ // model_choice_is200
	window.location.href = "http://"+ domainName +"/lexus/model/is200.jsp";
}

function model_choice_is250(){ // model_choice_is250
	window.location.href = "http://"+ domainName +"/lexus/model/is250.jsp";
}

function model_choice_sc430(){ //model_choice_sc430
	window.location.href = "http://"+ domainName +"/lexus/model/sc430.jsp";
}

function model_choice_rx330(){ //model_choice_rx330
	window.location.href = "http://"+ domainName +"/lexus/model/rx330.jsp";
}

function model_choice_rxm(){ //model_choice_rxm
	window.location.href = "http://"+ domainName +"/lexus/model/rx_mobility.jsp";
}

/* Service Menu Navigation  */
function ser_coupon(){ //coupon
	window.location.href = "http://"+ domainName +"/lexus/service/coupon.jsp?sub=1";
}

function ser_warranty(){ //warranty
	window.location.href = "http://"+ domainName +"/lexus/service/warranty.jsp?sub=2";
}

function ser_assistance(){ //roadside assistance
	window.location.href = "http://"+ domainName +"/lexus/service/assistance.jsp?sub=3";
}

function ser_reservation(){ //service reservation
	window.location.href = "http://"+ domainName +"/lexus/service.do?sub=4";
}

function ser_location(){ //service location
	window.location.href = "http://"+ domainName +"/lexus/service/ser_location.jsp?sub=5";
}

/* BnP Menu Navigation  */
function bnp_facility(){ //facility
	window.location.href = "http://"+ domainName +"/lexus/bnpshop/facility.jsp?sub=1";
}

function bnp_service(){ //service
	window.location.href = "http://"+ domainName +"/lexus/bnpshop/service.jsp?sub=2";
}

function bnp_faq(){ //FAQ
	window.location.href = "http://"+ domainName +"/lexus/bnpshop/faq.jsp?sub=3";
}

function bnp_location(){ //location
	window.location.href = "http://"+ domainName +"/lexus/bnpshop/location.jsp?sub=4";
}

/* Lexus Menu Navigation  */
function lexus_heritage(){ //heritage
	window.location.href = "http://"+ domainName +"/lexus/lexus/heritage.jsp?sub=1";
}

function lexus_history(){ //history
	window.location.href = "http://"+ domainName +"/lexus/lexus/history.jsp?sub=2";
}

function lexus_awards(){ //awards
	window.location.href = "http://"+ domainName +"/lexus/lexus/awards.jsp?sub=3";
}

function lexus_global(){ //lexus global
	window.location.href = "http://"+ domainName +"/lexus/lexus/lexus_global.jsp?sub=4";
}

/* Lexusprime Menu Navigation  */
function prime_sprit(){ //heritage
	window.location.href = "http://"+ domainName +"/lexus/lexusprime/prime_sprit.jsp?sub=1";
}

function prime_space(){ //prime_space
	pop('http://'+ domainName +'/lexus/lexusprime/prime_space.jsp','840','573','0');
}

function prime_journal(){ //prime_journal
	window.location.href = "http://"+ domainName +"/lexus/newsenvetlist.do?sub=3";
}

function prime_location(){ //prime_location
	window.location.href = "http://"+ domainName +"/lexus/lexusprime/location.jsp?sub=4";
}

function prime_recruit(){ //prime_recruit
	window.location.href = "http://"+ domainName +"/lexus/engagement.do?sub=5";
}

/* spaceHAAM Menu Navigation  */
function haam_info(){ //finance
	pop('http://'+ domainName +'/event.asp?id=17','600','565','0');
}

function haam_exh(){ //exhibition
	window.location.href = "http://"+ domainName +"/lexus/spacehaam.do?sub=2";
}

function haam_location(){ //location
	window.location.href = "http://"+ domainName +"/lexus/spacehaam/haam_location.jsp?sub=3";
}

/* LS Menu Navigation  */
function model_ls(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/ls/ls.jsp";
}

function model_ls_460(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/ls460.jsp";
}

function model_ls_600(){ //vehicle comparison
	window.location.href = "http://"+ domainName +"/lexus/model/ls600.jsp";
}

/* LS 600 */
function model_ls600_price(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/ls600/ls_pr.jsp?sub=1";
}

function model_ls600_vehicle(){ //vehicle comparison
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_ve.jsp?sub=2";
}

function model_ls600_exterior(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/ls600/ls_ex.jsp?sub=3";
}

function model_ls600_interior(){ //interior
	window.location.href = "http://"+ domainName +"/lexus/model/ls600/ls_in.jsp?sub=4";
}

function model_ls600_safety(){ //safety
	window.location.href = "http://"+ domainName +"/lexus/model/ls600/ls_sa.jsp?sub=5";
}

function model_ls600_performance(){ //performance
	window.location.href = "http://"+ domainName +"/lexus/model/ls600/ls_pe.jsp?sub=6";
}

function model_ls600_comfort(){ //comfort
	window.location.href = "http://"+ domainName +"/lexus/model/ls600/ls_co.jsp?sub=7";
}

function model_ls600_luxury(){ //luxury
	window.location.href = "http://"+ domainName +"/lexus/model/ls600/ls_lu.jsp?sub=8";
}

function model_ls600_specifications(){ //specifications
	window.location.href = "http://"+ domainName +"/lexus/model/ls600/ls_sp.jsp?sub=9";
}

function model_ls600_build(){ //Build Your Lexus
	window.location.href = "http://"+ domainName +"/lexus/buildlex/ls600_buildlex.jsp";
}


/* LS 460 */
function model_ls460_price(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_pr.jsp?sub=1";
}

function model_ls460_vehicle(){ //vehicle comparison
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_ve.jsp?sub=2";
}

function model_ls460_exterior(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_ex.jsp?sub=3";
}

function model_ls460_interior(){ //interior
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_in.jsp?sub=4";
}

function model_ls460_safety(){ //safety
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_sa.jsp?sub=5";
}

function model_ls460_performance(){ //performance
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_pe.jsp?sub=6";
}

function model_ls460_comfort(){ //comfort
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_co.jsp?sub=7";
}

function model_ls460_luxury(){ //luxury
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_lu.jsp?sub=8";
}

function model_ls460_specifications(){ //specifications
	window.location.href = "http://"+ domainName +"/lexus/model/ls460/ls_sp.jsp?sub=9";
}

function model_ls460_build(){ //Build Your Lexus
	window.location.href = "http://"+ domainName +"/lexus/buildlex/ls_buildlex.jsp";
}

/* GS Menu Navigation  */
function model_gs_price(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_pr.jsp?sub=1";
}

function model_gs_vehicle(){ //vehicle comparison
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_ve.jsp?sub=2";
}

function model_gs_exterior(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_ex.jsp?sub=3";
}

function model_gs_interior(){ //interior
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_in.jsp?sub=4";
}

function model_gs_safety(){ //safety
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_sa.jsp?sub=5";
}

function model_gs_performance(){ //performance
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_pe.jsp?sub=6";
}

function model_gs_comfort(){ //comfort
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_co.jsp?sub=7";
}

function model_gs_luxury(){ //luxury
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_lu.jsp?sub=8";
}

function model_gs_specifications(){ //specifications
	window.location.href = "http://"+ domainName +"/lexus/model/gs430/gs_sp.jsp?sub=9";
}

function model_gs_build(){ //Build Your Lexus
	window.location.href = "http://"+ domainName +"/lexus/buildlex/gs_buildlex.jsp";
}

/* ES Menu Navigation  */
function model_es_price(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_pr.jsp?sub=1";
}

function model_es_vehicle(){ //vehicle comparison
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_ve.jsp?sub=2";
}

function model_es_exterior(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_ex.jsp?sub=3";
}

function model_es_interior(){ //interior
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_in.jsp?sub=4";
}

function model_es_safety(){ //safety
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_sa.jsp?sub=5";
}

function model_es_performance(){ //performance
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_pe.jsp?sub=6";
}

function model_es_comfort(){ //comfort
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_co.jsp?sub=7";
}

function model_es_luxury(){ //luxury
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_lu.jsp?sub=8";
}

function model_es_specifications(){ //specifications
	window.location.href = "http://"+ domainName +"/lexus/model/es350/es_sp.jsp?sub=9";
}

function model_es_build(){ //Build Your Lexus
	window.location.href = "http://"+ domainName +"/lexus/buildlex.do?mast_no=300&sub=10";
}

/* IS Menu Navigation  */
function model_is_price(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_pr.jsp?sub=1";
}

function model_is_vehicle(){ //vehicle comparison
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_ve.jsp?sub=2";
}

function model_is_exterior(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_ex.jsp?sub=3";
}

function model_is_interior(){ //interior
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_in.jsp?sub=4";
}

function model_is_safety(){ //safety
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_sa.jsp?sub=5";
}

function model_is_performance(){ //performance
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_pe.jsp?sub=6";
}

function model_is_comfort(){ //comfort
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_co.jsp?sub=7";
}

function model_is_luxury(){ //luxury
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_lu.jsp?sub=8";
}

function model_is_specifications(){ //specifications
	window.location.href = "http://"+ domainName +"/lexus/model/is250/is_sp.jsp?sub=9";
}

function model_is_build(){ //Build Your Lexus
	window.location.href = "http://"+ domainName +"/lexus/buildlex.do?mast_no=400&sub=10";
}

/* RX Menu Navigation  */
function model_rx_price(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_pr.jsp?sub=1";
}

function model_rx_vehicle(){ //vehicle comparison
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_ve.jsp?sub=2";
}

function model_rx_exterior(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_ex.jsp?sub=3";
}

function model_rx_interior(){ //interior
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_in.jsp?sub=4";
}

function model_rx_safety(){ //safety
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_sa.jsp?sub=5";
}

function model_rx_performance(){ //performance
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_pe.jsp?sub=6";
}

function model_rx_comfort(){ //comfort
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_co.jsp?sub=7";
}

function model_rx_luxury(){ //luxury
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_lu.jsp?sub=8";
}

function model_rx_specifications(){ //specifications
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_sp.jsp?sub=9";
}

function model_rx_build(){ //Build Your Lexus
	window.location.href = "http://"+ domainName +"/lexus/buildlex/rx_buildlex.jsp?&sub=10";
}

function model_rx_hybrid_history(){ //hybrid history
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_hy_hi.jsp?sub=11";
}

function model_rx_hybrid_performance(){ //hybrid Performance
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_hy_pe.jsp?sub=11";
}

function model_rx_hybrid_technology(){ //Technology
	window.location.href = "http://"+ domainName +"/lexus/model/rx330/rx_hy_te.jsp?sub=11";
}


/* RX Movility Menu Navigation  */
function model_rxm_price(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/rx_mobility/rxm_pr.jsp?sub=1";
}

function model_rxm_gallery(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/rx_mobility/rxm_ga.jsp?sub=2";
}

function model_rxm_feature(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/rx_mobility/rxm_fe.jsp?sub=3";
}

function model_rxm_function(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/rx_mobility/rxm_fu.jsp?sub=4";
}

function model_rxm_specifications(){ //specifications
	window.location.href = "http://"+ domainName +"/lexus/model/rx_mobility/rxm_sp.jsp?sub=5";
}

/* SC430 Menu Navigation  */
function model_sc_price(){ //price & options
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_pr.jsp?sub=1";
}

function model_sc_vehicle(){ //vehicle comparison
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_ve.jsp";
}

function model_sc_exterior(){ //exterior
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_ex.jsp?sub=3";
}

function model_sc_interior(){ //interior
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_in.jsp?sub=4";
}

function model_sc_safety(){ //safety
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_sa.jsp?sub=5";
}

function model_sc_performance(){ //performance
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_pe.jsp?sub=6";
}

function model_sc_comfort(){ //comfort
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_co.jsp?sub=7";
}

function model_sc_luxury(){ //luxury
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_lu.jsp?sub=8";
}

function model_sc_specifications(){ //specifications
	window.location.href = "http://"+ domainName +"/lexus/model/sc430/sc_sp.jsp?sub=9";
}

function model_sc_build(){ //Build Your Lexus
	window.location.href = "http://"+ domainName +"/lexus/buildlex.do?mast_no=600&sub=10";
}

/********************************************************************************************************
	¿ìÆí¹øÈ£Ã£±â ÆË¾÷
********************************************************************************************************/
function go_addr(){
	window.open('/lexus/post/location.jsp', 'LOCATION', 'left=100,top=50,width=416,height=500,marginwidth=0,marginheight=0,scrollbars=yes,menubar=0,resizable=no');
}