function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
	 anchor.onfocus		= function() { this.blur(); }
   if (anchor.getAttribute("href") &&
       anchor.getAttribute("rel") == "external")
     anchor.target = "_blank";
 }
}

function PopupPic(sPicURL) {
 window.open( "bigImage.html?"+sPicURL, "",  
 "width=300,height=400,resizable=no,directories=no,location=no,menubar=no,scrollbars=no,status=no");
}

function show(anydiv) { document.getElementById(anydiv).style.display='block'; }
function hide(anydiv) { document.getElementById(anydiv).style.display='none'; }	

/*************************************************************************
  This code is from Dynamic Web Coding at dyn-web.com
  Copyright 2003-5 by Sharon Paine 
  See Terms of Use at http://www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/

function doTooltip(e, msg) {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready) return;
  Tooltip.show(e, msg);
}

function hideTip() {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.hide();
}
	
// variables for tooltip content 
var image1 = 'Wade O Brown'
var image2 = 'Wade & Lorraine perform their Duet During’An Evening At The Apollo’ Concert'
var image3 = 'Joanne, Arlene & Lorraine In A Supreme Mode'
var image4 = 'Aubrey performing in a scene with the legendary singer, ‘Florence La Rue’ of the famed singing group the, ‘5th Dimensions’ in the hit musical, ‘More Magic’'
var image5 = 'Wade As A Temptation'
var image6 = 'Reflections Performing To A Packed Floor In Halifax, Nova Scotia In 2005'
var image7 = 'Aubrey Convinces One Of The Vice Presidents of Bank of Montreal to join him on stage January 2005'
var image8 = 'A Fan Joins Eddie, Wade & Aubrey For A Photograph'
var image9 = 'Reflections Performing At The Imperial Palace January 2005'
var image10 = 'Eddie, Aubrey & Wade of Reflections Performs The Temptations & Four Tops Classics'
var image11 = 'Reflections From June 1987-December 2001'
var image12 = 'Reflections From April 1987- June 1987'
var image13 = 'An Evening At The Apollo Ladies Perform Some Pointer Sisters Classics'
var image14 = 'lorraine, Arlene & Joanne Performing At The Scotiabank’s Latin Fire Casino Night 2004'
var image15 = 'Lorraine Performs A Gladys Knight & The Pips Classic ‘Neither One Of Us’'
var image16 = 'The Ladies Of An Evening At The Apollo Performing Some Supremes Classics'
var image17 = 'Reflections at a wedding september 2005'
var image19 = 'An Evening At The Apollo Live At The Capitol Centre'
var image20 = 'An Evening At The Apollo Perform Ain’t No Mountain High Enough'
var image21 = 'An Evening At The Apollo Live At The Oakville Centre For The Performing Arts'
var image22 = 'Soul To Soul Performing Some Earth, Wind & Fire Hits 1996'
var image23 = 'Wade, Aubrey & Eddie Performing As Soul To Soul 1996'
var image25 = 'Joanne During One Of Her Moments'
var image27 = 'Aubrey is seen here with R&B singer, ‘Johnny Gill’ hanging poolside at the Roppongi Prince Hotel in Tokyo, Japan.'
var image28 = 'Reflections Performing To A Full House In 2005'
var image30 = 'Aubrey and comedian Oliver Samuels and star of the TV series; ‘Oliver At Large’ seen sharing a laugh at the ‘Almond Beach Village Resort’ after a concert in Barbados.'
var image32 = 'Flanked by Mr. Showman, ‘Billy Newton Davis’ and soap opera star, ‘Tonya Lee Williams’ aka ‘Dr. Olivia’ in the Young and the Restless, Aubrey is making his acceptance speech after winning the award of top male singer in Canada in 1981.'
var image33 = 'Aubrey can be seen here getting into his audience at the BMO-Bank of Montreal Best Of The Best Gala in Montreal, January 2005.'
var image34 = 'Here in 1986 Aubrey could be seen in a scene from the hit musical, ‘One More Stop On The Freedom Train’ at the Canadian Pavilion at Expo ’86 in Vancouver, British Columbia.'
var image35 = 'Aubrey and the cast of, ‘One More Stop On The Freedom Train’ arrive in Edmonton, Alberta by train to start their engagement there after a great run at Expo ’86.'
var image36 = 'Aubrey pointing to his photograph in the hall of fame the ‘O’Keefe Centre now the Hummingbird Centre in Toronto.'
var image37 = 'Aubrey and world champion boxer Sugar Ray Leonard.'
var image38 = 'Aubrey & Grammy award winning song writer and percussionist Ralph Macdonald poses for cameras.'
var image39 = 'Here are raunchy soul queen, ‘Millie Jackson’ & Aubrey They are having a big laugh after their sold out concert in Toronto.'
var image40 = 'R&B singer and friend, ‘Lew Kirton’, & Aubrey having a cocktail'
var image41 = 'Aubrey & some school children are seen having fun in Osaka, Japan.'
var image42 = 'Aubrey & world champion wrestling icon, ‘Hulk Hogan’ hamming it up for the cameras at the Toshiba Celebrity Golf Tournament.'
var image43 = 'Aubrey & singer, model & actress ‘Grace Jones’ backstage at the Bluenote.'
var image44 = 'Aubrey with Soul & Blues Queen, ‘Etta James’'
var image45 = 'Aubrey and Actor, ‘Billy Dee Williams’ out on the town in Toronto'
var image46 = 'Reflections'
var image47 = 'Reflections At The Imperial Palace January 2005'
var image48 = 'The Boys Performing ‘The Temptations Classic Ain’t Too Proud To Beg.’'
var image49 = 'Reflections at a wedding september 2005'
var image51 = 'Aubrey with miss universe 1981 and Baywatch star, ‘Shawn Weatherly’ on the 1984 movie set of ‘Police Academy 3’'
var image52 = 'Arlene Duncan Performing Midnight Train To Georgia'
var image53 = 'The Ladies Of Soul Head Shot'
var image54 = 'Arlene Performing Mr. Postman'
var image56 = 'Eddie Staxx'
var image57 = 'Eddie Staxx'
var image58 = 'An Evening At The Apollo Full Cast Live'


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


