// JavaScript Document
//add pop up script here for windows
function popup(image,width,height) 
{ 
window.open(image,'popup','width='+width+',height='+height+''); 
} 