window.addEvent('load', function(){
	if( $('form1') )
	{
		new ProToPage( $('form1'), {
			'selectText': 'please select topic'
		});	
	}
});