// JavaScript Document
function Flash_location(Menu, Width, Height)
{
	var Print;

	Print = ""
	+ "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='" + Width + "' height='" + Height + "'>"
	+ "<param name='movie' value='" + Menu + "' />"
	+ "<param name='quality' value='high' /><PARAM NAME=bgcolor VALUE=#FFFFFF><param name='wmode' Value='Transparent'><PARAM name='allowScriptAccess' value='always'>"
	+ "<embed src='" + Menu + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + Width + "' height='" + Height + "' allowScriptAccess='always'></embed>"
	+ "</object>"
	document.write(Print);
}


//========== ÅëÇÕ°Ë»ö S
function srcAd(){
	document.search.keyword.style.backgroundImage = "" ;
}

function BeforeSearch(form_name){
	if (eval('document.' + form_name + '.keyword.value') == ''){
		eval('document.' + form_name).action = 'http://search.chosun.com/';
		return true;
	}

	if(eval('document.' + form_name + '.search_kind.value') == 'paper'){
		eval('document.' + form_name).action = 'http://search.chosun.com/paper/s_paper.asp';
		if(document.condition){
			eval(form_name).volume_start.value = document.condition.volume_start.value;
			eval(form_name).volume_end.value = document.condition.volume_end.value;
		}	
	}
	else if(eval('document.' + form_name + '.search_kind.value') == 'web') {
		eval('document.' + form_name).action = 'http://search.chosun.com/web/search_web.asp';
	}
	else if(eval('document.' + form_name + '.search_kind.value') == 'news'){
		eval('document.' + form_name).action = 'http://search.chosun.com/search/newsSearch.jsp';
		if(document.condition){
			eval(form_name).search_term_start.value = document.condition.search_term_start.value;
			eval(form_name).search_term_end.value = document.condition.search_term_end.value;
		}	
	}
	else if(eval('document.' + form_name + '.search_kind.value') == 'article'){
		eval('document.' + form_name).action = 'http://search.chosun.com/article/search_article.asp';
		if(document.condition){
			eval(form_name).search_term_start.value = document.condition.search_term_start.value;
			eval(form_name).search_term_end.value = document.condition.search_term_end.value;
		}	
	}
	else if(eval('document.' + form_name + '.search_kind.value') == 'man') {
		eval('document.' + form_name).action = 'http://search.chosun.com/man/search_man.asp';
	}
	else if(eval('document.' + form_name + '.search_kind.value') == 'photo'){
		eval('document.' + form_name).action = 'http://search.chosun.com/photo/search_photo.asp';
		if(document.condition){
			eval(form_name).search_term_start.value = document.condition.search_term_start.value;
			eval(form_name).search_term_end.value = document.condition.search_term_end.value;
		}
	}
	else if(eval('document.' + form_name + '.search_kind.value') == 'blog'){
		eval('document.' + form_name).action = 'http://search.chosun.com/blog/search_blog.asp';
		if(document.condition){
			eval(form_name).search_term_start.value = document.condition.search_term_start.value;
			eval(form_name).search_term_end.value = document.condition.search_term_end.value;
		}
	}
	else if(eval('document.' + form_name + '.search_kind.value') == 'total') {
		eval('document.' + form_name).action = 'http://search.chosun.com/search/totalSearch.jsp';		
	}

	return true;
}
//========== ÅëÇÕ°Ë»ö E

// ±¤°í
var GNBsiteCode, GNBsubCode, GNBpgType ;
var adPGcode ;
switch (GNBsiteCode){
 case "´º½º" :
   switch (GNBsubCode){
    case "°æÁ¦" :
     if (GNBpgType=="¼½¼Ç") adPGcode = "e" ;
     else adPGcode = "e_news" ;
    break ;
    case "Á¤Ä¡" :
     if (GNBpgType=="¼½¼Ç") adPGcode = "p" ;
     else adPGcode = "p_news" ;
    break ;
    case "»çÈ¸" :
     if (GNBpgType=="¼½¼Ç") adPGcode = "o" ;
     else adPGcode = "o_news" ;
    break ;
    case "±¹Á¦" :
     if (GNBpgType=="¼½¼Ç") adPGcode = "w" ;
     else adPGcode = "w_news" ;
    break ;
    case "¹®È­" :
     if (GNBpgType=="¼½¼Ç") adPGcode = "m" ;
     else adPGcode = "m_news" ;
    break ;
    default :// ÃÊ±â
     adPGcode = "index" ;
   }
 break ;
 case "½ºÆ÷Ã÷¤ý¿¬¿¹" :
  adPGcode = "s" ;
 break ;
 case "Æ÷Åä" :
  adPGcode = "photo" ;
 break ;
 case "´º½ºÇÃ·¯½º" :
  if (GNBsubCode=="¸Ó´Ï") adPGcode = "money" ;
  else adPGcode = "others" ;
 break ;
 default :// ±âÅ¸
  adPGcode = "others" ;
}

adURL = "http://cad.chosun.com/RealMedia/ads/adstream_mjx.ads/www.chosun.com/" + adPGcode + "@x11,x12";
adURL = adURL.replace(/@/, "/1" + ((String)(Math.random())).substring (2, 11) + "@");
adPoz2 = "<iframe src=http://www.chosun.com/tmp/ad_test2.html#" + adURL + " width=260 height=80 marginwidth=0 marginheight=0 hspace=0 vspace=0 scrolling=no frameborder=0></iframe>" ;

