// JavaScript Document
function HottractRow(obj){
	if (window.event.type=="mouseover"){ obj.style.background="#FFFFFF"	}
	else{					  obj.style.background="#F4F4F4"	}
}

function NewsIndexHottract(obj){
	if (window.event.type=="mouseover"){ obj.style.color="#333333"	}
	else{					  obj.style.color="#000000"	}
}


function ImgGalleryFrameHottract(obj){
	if (window.event.type=="mouseover"){ obj.className = "ImgFrameOver" }
	else{					  obj.className = "ImgFrameNormal"	}
}

function ImgGalleryOpenWindow(sID){
	window.open ("imgEnlarge.asp?sID=" + sID,"fastftp","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0")//,width=403,height=250")
}

function CustomerHottract(obj){
	if (window.event.type=="mouseover"){ obj.style.background="#EEEEEE"	}
	else{					  obj.style.background=""	}
}


function OpenURL(url){
	document.location = url
}

//Window.open "imgEnlarge.asp?sID=","fastftp","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=403,height=250"