if (document.images) {
	suddath_ylink_01_over = newImage("http://64.82.9.178/images/suddath_ylink_01-over.gif");
	suddath_ylink_02_over = newImage("http://64.82.9.178/images/suddath_ylink_02-over.gif");
	suddath_ylink_03_over = newImage("http://64.82.9.178/images/suddath_ylink_03-over.gif");
	suddath_ylink_04_over = newImage("http://64.82.9.178/images/suddath_ylink_04-over.gif");
	suddath_ylink_05_over = newImage("http://64.82.9.178/images/suddath_ylink_05-over.gif");	
}

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}


function over(imgName) {
  if (document.images) 
    document[imgName].src = eval(imgName + '_over.src')
}

function out(imgName) {
  if (document.images)
    document[imgName].src = 'http://64.82.9.178/images/' + imgName + '.gif'
}
// -->
