function LoadFlash(url,wmode,width,Height)
{ 
document.write(
  '<embed src="' + url + '" wmode=' + wmode +
  ' quality="high" pluginspage=http://www.macromedia.com/go/getflashplayer type="application/x-shockwave-flash" width="' + width + 
  '" height="' + Height + '"></embed>');   
}

function closeDoctor(){
	document.getElementById('doctor').style.display = 'none';	
}

function maxDoctor(){
	document.getElementById('doctor').style.width = '600px';
	document.getElementById('doctor').style.height = '400px';
}

function normalDoctor(){
	document.getElementById('doctor').style.width = '300px';
	document.getElementById('doctor').style.height = '216px';
}