// JavaScript Document
function init(){ 
		P7_initPM(1,12,1,-20,10);
		P7_initTP(10,0);
	}
window.onload = init;