// JavaScript Document
//Specify the marquee's width (in pixels)
var marqueewidth="120px"
//Specify the marquee's height
var marqueeheight="200px"
//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=2
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1
//Absolute positioning
var yCoord=400
var xCoord=200

