var so = new SWFObject("quotes.swf", "animation", "230", "75", "6", "#ffffff");
so.addParam("wmode", "transparent");
so.write("quotes");


if(document.getElementsByTagName) {
var a = document.getElementsByTagName("a");
//collect all anchors A
for(var i = 0; i < a.length; i++){
// mouse onfocus, blur anchors
a[i].onfocus = function(){this.blur();};
}
}


function openBeforeAfter()
{
	theWindow=window.open('beforeafter_popup.html','Before_After','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,hotkeys=no,width=500,height=600');
	theWindow.focus();
}

function openOfficeTour()
{
	theWindow=window.open('OfficeTour/officetour_popup.html','Office_Virtual_Tour','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,hotkeys=no,width=500,height=550');
	theWindow.focus();
}

function openWinningSmiles()
{
	theWindow=window.open('winningsmiles_popup.html','Winning_Smiles','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,hotkeys=no,width=500,height=700');
	theWindow.focus();
}

function openOrthoTest()
{
	theWindow=window.open('orthotest/orthotest_popup.html','Winning_Smiles','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,hotkeys=no,width=500,height=500');
	theWindow.focus();
}

function emailPage(page)
{
	theWindow=window.open(page,'Email_Page','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,hotkeys=no,width=500,height=600');
	theWindow.focus();
}

function openNewsImages(newsid)
{
	theWindow=window.open('news_images_popup7f4a.html?NewsID='.newsid,'News_Images','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,hotkeys=no,width=500,height=550');
	theWindow.focus();
}