function over(obj){
	obj.getElementsByTagName("img")[0].src="images/web/arr06.gif";
}
function out(obj){
	obj.getElementsByTagName("img")[0].src="images/web/arr05.gif";
}




document.oncontextmenu=new Function("event.returnValue=false");

document.onselectstart=new Function("event.returnValue=false");



