function openwin(page,size)

{
	kk=new Date()
	window.open(page,'kkk',"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,"+ size);
} 

function doZoom(size){
	document.getElementById('zoom').style.fontSize=size+'pt'
}

function bookmark(){

window.external.AddFavorite('http://www.yxswx.com', '宜兴市网上家长学校')

}



