
	/******************************************************/
	function pop(url,name,larg,alt,pos1,pos2){
		window.open(url,name,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,mazimize=no,copyhistory=no,top="+pos1+",left="+pos2+",screenY="+pos1+",screenX="+pos2+",width="+larg+",height="+alt);
	}
	function paraScroll(){
		scroll01.scrollAmount = 0;
	}
	function moveScroll(){
		scroll01.scrollAmount = 1;
	}
	/***************************************************/
