var version = "other"
browserName = navigator.appName;   
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "n3";
else if (browserName == "Netscape" && browserVer < 3) version = "n2";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "e4";
else if (browserName == "Microsoft Internet Explorer" && browserVer < 4) version = "e3";

function marquee1(){
  if (version == "e4"){
	document.write("<marquee style='BOTTOM: 0px; FONT-WEIGHT: 100px; HEIGHT:110px;  TEXT-ALIGN: left; TOP: 0px' id='news' scrollamount='1' scrolldelay='5' behavior='loop' direction='up' border='0' onmouseover='this.stop()' onmouseout='this.start()'>")
  }
}

function marquee2(){
  if (version == "e4"){
	document.write("</marquee>")
  }
}

function marquee3(){
	if (version == "e4"){
		document.write("<marquee style='BOTTOM: 0px; FONT-WEIGHT: 100px; HEIGHT:140px;  TEXT-ALIGN: left; TOP: 0px' id='news' scrollamount='1' scrolldelay='8' behavior='loop' direction='up' border='0' onmouseover='this.stop()' onmouseout='this.start()'>")
	}
}

function marquee4(){
	if (version == "e4"){
		document.write("</marquee>")
	}
}

function marquee5(){
	if (version == "e4"){
		document.write("<marquee style='BOTTOM: 0px; FONT-WEIGHT: 100px; HEIGHT:165px;  TEXT-ALIGN: left; TOP: 0px' id='news' scrollamount='1' scrolldelay='5' behavior='loop' direction='up' border='0' onmouseover='this.stop()' onmouseout='this.start()'>")
	}
}

function marquee6(){
	if (version == "e4"){
		document.write("</marquee>")
	}
}

function gook2() {
  if (f1.content.value == ""){
	alert("ÄÚÈÝ²»¿ÉÎª¿Õ");
	f1.content.focus();
	return ;
  }
  f1.submit();
}

function view2(url){ 
var url; window.open(url,'_blank','status=no,scrollbars=yes,top=20,left=110,width=600,height=460'); 
}