// JavaScript Document
function over(id,str)
{	
		document.getElementById(id).src=str;
}
function out(id,str)
{
	document.getElementById(id).src=str;
}