function view(id,width,height)
{
width=width
height=height
window.open(id+'.jpg',id,'top=150,left=50,width='+width+',height='+height+',menubar=0,toolbar=0,location=0,scrollbars=0,status=0,resizable=0');
}
function gif(id,width,height)
{
width=width
height=height
window.open(id+'.gif',id,'top=170,left=30,width='+width+',height='+height+',menubar=0,toolbar=0,location=0,scrollbars=0,status=0,resizable=0');
}

