function Roll_wip()
{
			alloff()
			window.document.images.wip.src = "images/but_wip_1.gif";
			window.document.images.logo.src="images/wip_logo.gif";
			window.document.images.login.src="images/wip_login.gif";

}
function Roll_proof()
{
			alloff()
			window.document.images.proof.src = "images/but_proof_1.gif";
			window.document.images.logo.src="images/proof_logo.gif";
			window.document.images.login.src="images/proof_login.gif";
			
}
function Roll_epod()
{
			alloff()
			window.document.images.epod.src = "images/but_epod_1.gif";
			window.document.images.logo.src="images/epod_logo.gif";
			window.document.images.login.src="images/epod_login.gif";
			
}
function Roll_fullfill()
{
			alloff()
			window.document.images.fullfill.src = "images/but_fullfill_1.gif";
			window.document.images.logo.src="images/fullfill_logo.gif";
			window.document.images.login.src="images/fullfill_login.gif";
			
}
function Roll_quote()
{
			alloff()
			window.document.images.quote.src = "images/but_quote_1.gif";
			window.document.images.logo.src="images/quote_logo.gif";
			window.document.images.login.src="images/quote_login.gif";
			
}
function Roll_dam()
{
			alloff()
			window.document.images.dam.src = "images/but_dam_1.gif";
			window.document.images.logo.src="images/dam_logo.gif";
			window.document.images.login.src="images/dam_login.gif";
			
}
function Roll_ftp()
{
			alloff()
			window.document.images.ftp.src = "images/but_ftp_1.gif";
			window.document.images.logo.src="images/ftp_logo.gif";
			window.document.images.login.src="images/ftp_login.gif";
			
}




function alloff()

{
window.document.images.wip.src = "images/but_wip_0.gif";
window.document.images.proof.src = "images/but_proof_0.gif";
window.document.images.epod.src = "images/but_epod_0.gif";
window.document.images.fullfill.src = "images/but_fullfill_0.gif";
window.document.images.quote.src = "images/but_quote_0.gif";
window.document.images.dam.src = "images/but_dam_0.gif";
window.document.images.ftp.src = "images/but_ftp_0.gif";

}

