function seeRoll( img, val )
{
	if( val == 1 ) img.src = "/img/seevideo_roll.gif";
	else img.src = "/img/seevideo.gif";
}

function setFontSize( val )
{
	var exp = new Date();
	var newExp = exp.getTime() + ( 730*24*60*60*1000 );
	exp.setTime( newExp );
	var cval = "";
	if( val == 1 ) cval = "large=1;"; 
	else cval = "large=0;";
	document.cookie = cval + " expires=" + exp.toGMTString() + "; path=/";
	window.location.reload( true );
}

function printDoc(url) 
{
	day = new Date();
	id = day.getTime();
	eval("print" + id + " = window.open( url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=680,height=510');");
}

function seeVideo(url) 
{
	day = new Date();
	id = day.getTime();
	eval("print" + id + " = window.open( url, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=1,resizable=0,width=830,height=630');");
}