// URL to the cgi script
var path_to_php="http://www.alfi.com/comments/";

var path_to_php2 = '';
// You dont need to change anything else
function add_comment(catnum){
path_to_php2 = path_to_php + '?catalogno=' + catnum;
window.open(path_to_php2,"Comments","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESISABLE=NO,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=460,HEIGHT=360");
}

