function pop(num,table)
{
    var url = "http://www.halloweencastle.net/PHP/display.php?id="+num+"&table="+table;
    var newwin;
	newwin=window.open(url,'num','height=535,width=400');
	if (window.focus) {newwin.focus()}
}