﻿function ShowoutBM()
{
document.getElementById('bmdhFld').style.left = event.x-5;
document.getElementById('bmdhFld').style.display='block';
document.getElementById('bbdhFld').style.display='none';
}
﻿function ShowoutWZ()
{
document.getElementById('bbdhFld').style.left = event.x-10;
document.getElementById('bbdhFld').style.display='block';
document.getElementById('bmdhFld').style.display='none';
}
function zoomIn() {
  newZoom= parseInt(ozoom.style.zoom)+10+'%'
      ozoom.style.zoom =newZoom;
  } 
function zoomOut() {
  newZoom= parseInt(ozoom.style.zoom)-10+'%'
      ozoom.style.zoom =newZoom;
  }

window.onload = function()
{
	if($('jhIframe')!=null)
	{$('jhIframe').src = "../../../denglu.html";}
	if($('advIframe')!=null)
	{$('advIframe').src = "../../../guanggao.html";}

	initMPPage();
}
