// JavaScript Document

function remindMe(show) {
url = 'http://www.threescompany.co.uk/remindme.php?show=' + show;
remindwindow = window.open(url, "remindwindow", "location=0, status=0, toolbar=0, menubar=0, directories=0, height=500, width=620");
remindwindow.moveTo(200,200);
}
