<!--function doMovie( theURL ) {	window.open(theURL,"MovieWindow",'height=150,location=0,menubar=1,resizable=0,scrollbars=0,status=1,titlebar=0,toolbar=0,width=175');		}	function doPictures( theURL ) {	window.open(theURL,"PictureWindow",'location=0,menubar=1,resizable=0,scrollbars=1,status=1,titlebar=0,toolbar=0');		}	// -->