// JavaScript Document
function ons(vtype)
{
	var l=document.getElementById(vtype);
	l.src='images/ap_'+vtype+'.gif';
}
function outs(vtype)
{
	var l=document.getElementById(vtype);
	l.src='images/'+vtype+'.gif';
}

