var newWin=0;
function openwin( win ){
	newWin=window.open(win,'infomation','width=628,height=800,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,location=no,directories=no,resizable=yes');
        newWin.focus();
}
