function resizepic(thispic)
{if(thispic.width>600){thispic.height=thispic.height*600/thispic.width;thispic.width=600;}}

