// Javascript Document

function panel_status(stat){
	if(typeof(cp1) != 'undefined'){
		cp1.openPanel(parseInt(stat));
	}
}