function changecustomequote(id,url)
{
  document.getElementById(id).src = url;
  //alert(url);	
}
