//<script language="JavaScript1.2">

/*
Vertical Pausing News Scroller
Copyright David Miles (www.z3roadster.net/dreamweaver)
To add more shock to your site, visit www.DHTML Shock.com
*/

<!--

var scrollerwidth=260
var scrollerheight=130
var pausebetweenimages=30000

var vSlideContent=new Array()

vSlideContent[0]='<div class="navigation"><font color="#ff0000">NEW!</font>Dr Susan Lim, all the Doctors and Staff of Susan Lim Surgery Group Practice wish our dear Patients, Colleagues and Friends a Joyous Christmas, Happy Holidays, and Peace and Good Health in the New Year</div>'
vSlideContent[1]='<div class="navigation"><font color="#ff0000">NEW!</font>Dr Susan Lim and Dr Lam Foong Lian will be attending and presenting at the American Society of Breast Surgeons 11th Annual Meeting.</div>'
vSlideContent[2]='<div class="navigation">Dr Susan Lim attended the UBS Global Life Sciences Conferences in New York, 21-23 September 2009.</div>'
vSlideContent[3]='<div class="navigation">Dr Susan Lim delivered a CME Lecture to doctors entitled "Stem Cells in Breast Cancer - An Update", 14th August 2009 at Mount Elizabeth Hospital, 1-2 pm.</div>'
vSlideContent[4]='<div class="navigation">Dr Susan Lim attended the 7th International Society for Stem Cell Research (ISSCR) meeting with a poster presentation "Characterisation of mesenchymal cells from the stroma of benign and malignant breast tissue" in Barcelona, Spain, 8-11 July 2009. " <a href=pdfs/poster_isscr_barcelona_8-11_july_2009.pdf> (see attached)</a></div>'
vSlideContent[5]='<div class="navigation">Dr Susan Lim was interviewed on CNA on "The Future of Medicine", 3 June 2009.</div>'
vSlideContent[6]='<div class="navigation">Dr Susan Lim was the Scientific Chairman of the BioBridge 2008 Regenerative Medicine Conference "Generation Regeneration" at the Palais des Nations UNO, Geneva, 22 September 2008. For more information <a href="http://www.biobridge-event.com/" class="navigation"><font color="#ff0000">Please click here</font></a> </div>'
vSlideContent[7]='<div class="navigation"> 10/04/2008 Susan Lim Surgery:</div><div align="justify">Centre for Robotic Surgery performed its 1st live robotic transmission of a general surgical operation between Singapore and Dubai. This marked the 1st transmission to the Middle East from Singapore</div>'
vSlideContent[8]='<div class="navigation">03/2008 Susan Lim Surgery:</div><div align="justify">Dr Susan Lim has been appointed venture partner of the California-based Proteus Venture Fund, focusing solely on Regenerative Medicine</div>'
vSlideContent[9]='<div class="navigation">03/2008 Susan Lim Surgery:</div><div align="justify">Dr Susan Lim heads the Proteus Venture office in Singapore</div>'
vSlideContent[10]='<div class="navigation">19/03/2008 Susan Lim Surgery:</div><div align="justify">Dr Susan Lim was invited to participate in the 1st ISSCR Global Forum (The International Society for Stem Cell Research) on 19 March 2008 at Palo Alto, California</div>'
vSlideContent[11]='<div class="navigation">11/2007 Susan Lim Surgery:</div><div align="justify">The Committee for Review & Recognition (CRR) has named the American Academy of Continuing Medical Education (AACME) 28th award, the <font color="#ff0000">DR SUSAN LIM AWARD</font> for the advancement in the Laparoscopic & Minimally Invasive Surgery, and Robotic Surgery 2008.</div>'
vSlideContent[12]='<div class="navigation">11/2007 Susan Lim Surgery:</div><div align="justify"><b>Dr Susan Lim was conferred an Honorary Degree of Doctor of Medicine (honoris causa) by The University of Newcastle, Australia. </div>'
vSlideContent[13]='<div class="navigation">04/05/2007 Susan Lim Surgery:</div><div align="justify"><b>Dr Kum Cheng Kiong of Susan Lim Surgery participated in the 1st N.O.T.E.S Hands-on Course, in Strasburg, France, on May 4th and 5th, 2007.</div>'






if (vSlideContent.length>1)
i=2
else
i=0

function locateObject(n, d) { //v3.0
  var p,i,x;
  if(!d) d=document;
  if((p=n.indexOf("?"))>0&&parent.frames.length)
  {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);
    }
  if(!(x=d[n])&&d.all) x=d.all[n];
  
  for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=locateObject(n,d.layers[i].document);
  return x;
}

function moveVTextFirstBlock(whichdiv)
{

if (document.all)
{
	tdiv=eval(whichdiv)

	if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5)
	{
		tdiv.style.pixelTop=0
		setTimeout("moveVTextFirstBlock(tdiv)",pausebetweenimages)
		setTimeout("moveVTextSecondBlock('vTextSecond')",pausebetweenimages)
		return
	}
	if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1)
	{
		tdiv.style.pixelTop-=5
		setTimeout("moveVTextFirstBlock(tdiv)",10)
	}
	else
{
		tdiv.style.pixelTop=scrollerheight+5
window.status=tdiv.style.pixelTop;
	tdiv.innerHTML=vSlideContent[i]
	if (i==vSlideContent.length-1)
	i=0
else
	i++
}
}
else
{
tlayer=eval(whichdiv)
if (tlayer.top>0&&tlayer.top<=5)
{
tlayer.top=0
setTimeout("moveVTextFirstBlock(tlayer)",pausebetweenimages)
setTimeout("moveVTextSecondBlock(locateObject('vTextSecond'))",pausebetweenimages)
return
}
if (tlayer.top>=tlayer.document.height*-1)
{
tlayer.top-=5
setTimeout("moveVTextFirstBlock(tlayer)",10)
}
else
{
tlayer.top=scrollerheight+5
tlayer.document.write(vSlideContent[i])
tlayer.document.close()
if (i==vSlideContent.length-1)
i=0
else
i++
}
}
}

function moveVTextSecondBlock(whichdiv)
{
if (document.all)
{
tdiv2=eval(whichdiv)

if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5)
{
	tdiv2.style.pixelTop=0
	setTimeout("moveVTextSecondBlock(tdiv2)",pausebetweenimages)
	setTimeout("moveVTextFirstBlock('vTextFirst')",pausebetweenimages)
	return
}
window.status=tdiv2.offsetHeight;
if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){
	tdiv2.style.pixelTop-=5
	setTimeout("moveVTextSecondBlock('vTextSecond')",10)
}
else
{
	tdiv2.style.pixelTop=scrollerheight+5
window.status=tdiv2.style.pixelTop
	tdiv2.innerHTML=vSlideContent[i]
	if (i==vSlideContent.length-1)
	i=0
else
	i++
}
}
else if (document.layers)
{
tlayer2=eval(whichdiv)

if (tlayer2.top>0&&tlayer2.top<=5)
{
tlayer2.top=0
setTimeout("moveVTextSecondBlock(tlayer2)",pausebetweenimages)
setTimeout("moveVTextFirstBlock(locateObject('vTextMain').document.layers['vTextFirst'])",pausebetweenimages)
return
}
if (tlayer2.top>=tlayer2.document.height*-1)
{
tlayer2.top-=5
setTimeout("moveVTextSecondBlock(tlayer2)",10)
}
else
{
tlayer2.top=scrollerheight+5
tlayer2.document.write(vSlideContent[i])
tlayer2.document.close()
if (i==vSlideContent.length-1)
i=0
else
i++
}
}
}

function startVTextScroll(){
if (document.all)
{
	locateObject('vTextSecond').style.top=scrollerheight+5
	locateObject('vTextFirst').visibility='visible';
	locateObject('vTextSecond').visibility='visible';
	moveVTextFirstBlock(locateObject("vTextFirst"))
}
else if (document.layers)
{
	locateObject('vTextMain').visibility='show'
	locateObject('vTextFirst').visibility='show'
	locateObject('vTextSecond').top=scrollerheight+5
	locateObject('vTextSecond').visibility='show'
	moveVTextFirstBlock(locateObject('vTextMain').document.layers['vTextFirst'])
}
}
//-->
//</script>