<!--

function changePhoto(no) 
{window.document.monimage.src= no;
window.document.monimage.width= w;
window.document.monimage.height= h;}

function newwin(ref)
{window.open(ref,'ref','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=200,height=170');}

function changePhoto(no,w,h) 
{window.document.monimage.src= no;
window.document.monimage.width= w;
window.document.monimage.height= h;}

// end generated JavaScript. -->

