function launchoddjobs(ojjid,userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/oddjobs'+ojjid+'.php?userID='+userID+'','oddjobs1','width=352,height=300,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -150)+',left='+(screen.width / 2 - 176)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}

function launchrcwm(season,episode,userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/recap'+season+'_'+episode+'WM.php?userID='+userID+'','recap','width=320,height=285,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -142)+',left='+(screen.width / 2 - 160)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchrcqt(season,episode,userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	if(season == 1)
	{
		newwin = window.open('../videos/recap'+season+'_'+episode+'QT.php?userID='+userID+'','recap','width=320,height=285,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -142)+',left='+(screen.width / 2 - 160)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	}
	if(season == 2)
	{
		newwin = window.open('../videos/recap'+season+'_'+episode+'QT.php?userID='+userID+'','recap','width=480,height=335,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -168)+',left='+(screen.width / 2 - 240)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	}
	if(season == 3)
	{
		newwin = window.open('../videos/recap'+season+'_'+episode+'QT.php?userID='+userID+'','recap','width=480,height=335,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -168)+',left='+(screen.width / 2 - 240)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	}
	if(season == 4)
	{
		newwin = window.open('../videos/recap'+season+'_'+episode+'QT.php?userID='+userID+'','recap','width=640,height=432,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -217)+',left='+(screen.width / 2 - 320)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	}
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt11(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake11QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt12(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake12QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}

function launchotqt13(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake13QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt21(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake21QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt22(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake22QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt23(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake23QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt31(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake31QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt32(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake32QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt33(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake33QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt34(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake34QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt41(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake41QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt42(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/outtake42QT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}
function launchotqt6(userID)
{
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin = window.open('../videos/e6lsQT.php?userID='+userID+'','recap','width=770,height=400,screenX='+(screen.width / 2)+',screenY='+(screen.height / 2)+',top='+(screen.height / 2 -200)+',left='+(screen.width / 2 - 335)+',directories=0,fullscreen=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	if(javascript_version > 1.0)
	{
		//delay a bit here because IE4 encounters errors
		//when trying to focus a recently opened window
 		setTimeout('newwin.focus();',250);
	}
}