function open_win(page)
{
	var he,wi;
	wi = self.screen.width;
	he=self.screen.height;
	var top,left;
	top = (he/2)-(500/2);
	left = (wi/2)-(720/2);
	openwin1 =this.open(page,"window1","toolbar=no,status=no,menubar=no,location=no,scrollbars=no,left=" + left + ",top=" + top + ",width=720,height=500");
	openwin1.focus();
}

function scrollRight()
{
	document.getElementById('marq1').direction  = 'right';
}

function scrollLift()
{
	document.getElementById('marq1').direction  = 'left';
}