function doZoom(size){
	document.getElementById('zoom').style.fontSize=size+'px'
}
function bbimg(o){
	var zoom=parseInt(o.style.zoom, 10)||100;zoom+=event.wheelDelta/12;if (zoom>0) o.style.zoom=zoom+'%';
	return false;
}
function resizepic(o){
	if(o.width>600) o.style.width=600;
}
//onload="javascript:if(this.width>screen.width-500)this.style.width=screen.width-500;"