function title(id_name){
	if(id_name == '1'){
		top.scrollTo(0,0);
	}
}