function popPrint(ID, SQL, CatID)
{
	openFeature("http://www.950.net/print.php?JokeID=" + ID, '', 486, 600)
}

function popEmail(ID, SQL, CatID)
{
	openFeature("http://www.950.net/email.php?JokeID=" + ID, '', 486, 628)
}

function popIM(ID, SQL, CatID)
{
	openFeature("http://www.950.net/im.php?JokeID=" + ID, '', 486, 368)
}

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


