function img_over(img, name)
{
	img.src = "/images/" + name + "0.gif";
}

function img_out(img, name)
{
	img.src = "/images/" + name + ".gif";
}

function tr_over(tr,color)
{
	if(color==null || color=="") color='#f8f8f8';//"#F0f8ff";
	tr.style.backgroundColor = color;
}

function tr_out(tr,color)
{
	if(color==null || color=="") color="#ffffff";
	tr.style.backgroundColor = color;
}

function outcolor(td)
{
	td.style.color = 'white';
}

function overcolor(td)
{
	td.style.color = '#88ccff';
}

function go(url)
{
	document.location.href=url;
}

function onclickSelectImage(formname, type)
{
	window.open("/common/selectimage.php?formname="+formname+"&type="+type,formname,"fullscreen=no,titlebar=no,toolbar=no,directories=no,status=no,menubar=no, scrollbars=no, resizable=no, width=870,height=550");
}
