// JavaScript Document
function cn_roll(id,sel)
{
	if(sel != "yes")
	{
		document.getElementById(id).src='http://www.gunniweb.com/images/arrow_2.jpg';
	}
}
function cn_roll_out(id,sel)
{
	if(sel != "yes")
	{
		document.getElementById(id).src='http://www.gunniweb.com/images/arrow_3.jpg';
	}
}