function viewTangContent(el){
	var newwin = window.open(el.href,'tangcontentview','width=1024,height=768,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
	newwin.moveTo(0,0);
	newwin.resizeTo(screen.width,screen.height);
}
