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");
}

function popPrint(url,name)
{
	if(name==null) name="_POP_PRINT_"
	window.open("../webPrint.asp?url="+url,name,"fullscreen=no,titlebar=no,toolbar=no,directories=no,status=no,menubar=no, scrollbars=no, resizable=no, width=650,height=700");

}

function active_source(source){
	document.write(source);
}
document.onkeydown = function() {
	if (event.keyCode == 116) {
		event.keyCode = 505;
	}
	if (event.keyCode == 505) { 
		return false;
	}
}
