<!--
if (document.all)
document.write('<LINK rel=StyleSheet href="kentek-ie.css" type="text/css">')


function iOn(pic,noborder){
if ((document.images)&&(pic)){
	clearTimeout(parent.time) 
        parent.NavWin.document.images.pic1.src="gifs/none.gif"
	if (!noborder)bo=" border=1"
	else bo=" border=0"

// 200 x 90		
		if ((pic.height<50) && (pic.width<50)){
		t=" height=" + pic.height*1.5 + " width=" + pic.width*1.5
		tp=(84-(pic.height*1.5))/2
		}

		else if ((pic.height > 84) && (pic.width > 194)){
		ph=84/pic.height
		pw=194/pic.width
			if (ph < pw){
				t=" height=84 width="+ pic.width*ph
				tp= 1}
			else {
				t=" width=194 height="+ pic.height*pw
				tp=(84-(pic.height*pw))/2}
		}

		else if (pic.height > 84){
		p=84/pic.height
		t=" height=84 width="+ pic.width*p
		tp= 1}

		else if (pic.width > 194){
		p=194/pic.width
		t=" width=194 height="+ pic.height*p
		tp=(84-(pic.height*p))/2}

		else {
		 t=""
		tp=(84-pic.height)/2}
	
	if (document.layers){
                tmp = parent.NavWin.document.picture.document.images[0].src
		if ( tmp.indexOf(pic.src)==-1){
                        parent.NavWin.document.picture.top = tp
                        parent.NavWin.document.picture.document.open()
                        parent.NavWin.document.picture.document.write("<center><img src="+pic.src+t+bo+"></center>");
                        parent.NavWin.document.picture.document.close();
		}	}
	else if (document.all) {
                tmp = parent.NavWin.document.all.picture.document.images[0].src
		if ( tmp.indexOf(pic.src)==-1){
                        parent.NavWin.document.all.picture.style.top = tp
                        parent.NavWin.document.all.picture.innerHTML="<center><img src="+pic.src+t+bo+"></center>"
		}	}
	else {
                tmp = parent.NavWin.document.images.pic1.src
		if ( tmp.indexOf(pic1.src)==-1 )
                parent.NavWin.document.images.pic1.src=pic.src
		}


}}

function iOff(j) {
if (picture[j]!='') parent.time=setTimeout("onMouseOver=iOn(parent.image,parent.border)",500)
}
// -->

