// JavaScript Document
function onloadimg(a,b)
{
    //alert(b);
	if(b=='y')
	  {
	  document.getElementById(a).src="../../none_img.gif";
	  }
	  else
	  {
		 
		   document.getElementById(a).src="none_img.gif";
	  }
	  
	  a='';
}
