// JavaScript Document
function popup(image,width,height) 
{ 
window.open(image,'popup','width='+width+',height='+height+''); 
} 
