function viewSlideShow(id)
{
	var ssWin = window.open("slideshow.aspx?id=" + id, "ss", "width=710,height=580,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
	ssWin.focus();
	if ( navigator.appName == "Netscape" )
	{
		return false;
	}
	else
	{
		window.event.returnValue = false;
	}
}
function viewSS(id)
{
	var ssWin = window.open("slideshow.aspx?id=" + id, "ss", "width=710,height=580,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
	ssWin.focus();
}
function showFullsizeImage(strImageUrl, width, height)
{
	if ( screen.width < (width + 20) )
	{
		width = screen.width * 3 / 4;
	}
	else
	{
		width += 20;
	}
	if ( screen.height < (height + 20) )
	{
		height = screen.height * 3 / 4;
	}
	else
	{
		height += 20;
	}
	window.open(strImageUrl, "_blank", "width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=yes,menubar=no");
	if ( navigator.appName == "Microsoft Internet Explorer" )
	{
		window.event.returnValue = false;
	}
	else
	{
		return false;
	}
}
var playerWin = null;
function showPlayer()
{
	playerWin = window.open("http://cervelo.tv/player.aspx" + (screen.width == 1024 ? "?s=1014" : ""), "CerveloTV", "width=" + (screen.width < 1024 ? screen.width : screen.width == 1024 ? "1014" : "1024") + ",height=" + nHeight + " ,toolbar=no,location=no,directories=no,status=yes,scrollbars=" + (screen.width < 1024 ? "yes" : "no") + ",resizable=no,menubar=no" + (screen.width <= 1024 ? (navigator.AppName == "Netscape" ? ",screenX=0,screeny=0" : ",left=0,top=0") : ""));
	playerWin.focus();
}
function showMovie(menu, id)
{
	var winPlayer = window.open("http://cervelo.tv/player.aspx?m=" + menu + "&id=" + id + (screen.width == 1024 ? "&s=1014" : ""), "CerveloTV", "width=" + (screen.width < 1024 ? screen.width : screen.width == 1024 ? "1014" : "1024") + ",height=" + (navigator.userAgent.toLowerCase().indexOf('safari') == -1 ? 605 : 625) + " ,toolbar=no,location=no,directories=no,status=yes,scrollbars=" + (screen.width < 1024 ? "yes" : "no") + ",resizable=no,menubar=no" + (screen.width <= 1024 ? (navigator.AppName == "Netscape" ? ",screenX=0,screeny=0" : ",left=0,top=0") : ""));
	winPlayer.focus();
}
function showEnjoyMovie(menu, id)
{
	var winPlayer = window.open("http://cervelo.tv/player.aspx?m=" + menu + "&id=" + id + (screen.width == 1024 ? "&s=1014" : ""), "CerveloTV", "width=" + (screen.width < 1024 ? screen.width : screen.width == 1024 ? "1014" : "1024") + ",height=" + (navigator.userAgent.toLowerCase().indexOf('safari') == -1 ? 605 : 625) + " ,toolbar=no,location=no,directories=no,status=yes,scrollbars=" + (screen.width < 1024 ? "yes" : "no") + ",resizable=no,menubar=no" + (screen.width <= 1024 ? (navigator.AppName == "Netscape" ? ",screenX=0,screeny=0" : ",left=0,top=0") : ""));
	winPlayer.focus();
	if ( navigator.appName == "Microsoft Internet Explorer" )
	{
		window.event.returnValue = false;
	}
	else
	{
		return false;
	}
}
function showPaint(f)
{
	var winPaint = window.open("paint.aspx?f=" + f, "Paint" + f, "width=975,height=500,toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=no,menubar=no" + (screen.width <= 1024 ? (navigator.AppName == "Netscape" ? ",screenX=0,screeny=0" : ",left=0,top=0") : ""));
	winPaint.focus();
}
