/*-------------- »ó´Ü Dropdown ¹Ú½º ÄÁÆ®·² ½ºÅ©¸³Æ® ½ÃÀÛ --------------*/
var posX;
function MouseOver(bool){
	if (bool){
		document.all.combo.style.borderRight = "1 solid black";
		document.all.combo.style.borderTop = "1 solid black";
		document.all.combo.style.borderBottom = "1 solid black";
		document.all.txtSelect.style.border = "1 solid black";

	}else{
		document.all.combo.style.borderRight = "1 solid #E3E3E3";
		document.all.combo.style.borderTop = "1 solid #E3E3E3";
		document.all.combo.style.borderBottom = "1 solid #E3E3E3";
		document.all.txtSelect.style.border = "1 solid #E3E3E3";
	}
}

function MouseDown(){
	if (document.all.LinkList.style.display == "none"){
		document.all.LinkList.style.display = "";
	}else{
		document.all.LinkList.style.display = "none";
	}
}

function showLinkList(bool){
	if (bool){
		document.all.LinkList.style.display = "";
	}else{
		document.all.LinkList.style.display = "none";	
	}
}

function MouseOnLink(obj, bool){
	if (bool){
		obj.style.border = "1 solid black";
	}else{
		obj.style.border = "1 solid white";

	}	
}

function ClickLinkList(obj)
{
	document.all.LinkList.style.display = "none";
}
/*-------------- »ó´Ü Dropdown ¹Ú½º ÄÁÆ®·² ½ºÅ©¸³Æ® ³¡ --------------*/

function clearImage(thefield)
{
	if (thefield.defaultValue == thefield.value) thefield.style.backgroundImage = '';
}
function setUsbVer(str)
{
//	alert(str.value);
}
function chk_infrover(str)
{
//	alert(str.value);
}