function imagepop(url,w,h)
{
var chrome='width='+w+',height='+h;
NewWindow=window.open(url, '',chrome);
}
