function popPrint(ID, SQL, CatID)
{
	openFeature("http://jokesjoke.com/print.php?JokeID=" + ID, '', 510, 600)
}

function popEmail(ID, SQL, CatID)
{
	openFeature("http://jokesjoke.com/email.php?JokeID=" + ID, '', 510, 670)
}

function popIM(ID, SQL, CatID)
{
	openFeature("http://jokesjoke.com/im.php?JokeID=" + ID, '', 510, 383)
}

function openFeature(fileName,windowName,theWidth,theHeight) 
{
window.open(fileName,'Window1','width='+theWidth+',height='+theHeight+',scrollbars=1,resizable=no,status=yes,location=no')
}

