// JavaScript Document
function pop(x){
window.open('catalogue/' + x+'.jpg','','width=700,height=600,status=yes,scrollbars=yes,resizable=yes,left=100,top=0');
}