function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		over = newImage("---.gif");
		down = newImage("---.gif");
		preloadFlag = true;
	}
}

function smallwindow(url)
{
window.open(url,"small","width=500,height=520,scrollbars=yes,resizable=yes,location=no,menubar=yes,left=10,top=30");
}


function subwindow(url)
{
window.open(url,"sub","width=480,height=480,scrollbars=yes,resizable=no,location=no,menubar=no,left=10,top=30");
}


function openwindow(url)
{
window.open(url,"small","width=650,height=500,scrollbars=yes,location=no,menubar=yes,left=10,top=30");
}


function MoveList(pValue)
{
	strUrl = './news/list.asp?DKBN=' + pValue.value
	if (pValue.value =! 0) {
		location.href = strUrl
	}

}

function MoveList_2(pValue)
{
	
	strUrl = './list.asp?DKBN=' + pValue.value
	if (pValue.value =! 0) {
		location.href = strUrl
	}

}
function MoveList_3(pValue)
{
	
	strUrl = './list.asp?DKBN=' + pValue
	if (pValue.value =! 0) {
		location.href = strUrl
	}

}

