function func_print(id,type){
	link='?id='+id+'&type='+type;
	window.open(link, 'windowPrint');
	return  false;
}
