

function popimage(imagesrc,winwidth,winheight){

var look='width='+winwidth+',height='+winheight+','

popwin=window.open("","",look)

popwin.document.open()

popwin.document.write('<title>:: Costar Inter-Trading ::</title><body topmargin="0" leftmargin="0"><a href="javascript:window.close()"><img src="'+imagesrc+'" border=0></a></body>')

popwin.document.close()

}

