<!--
if (document.images) {
    createbuttonup       = new Image();
    createbuttonup.src   = "_img/heading-create.png" ;
    createbuttondown     = new Image() ;
    createbuttondown.src = "_img/heading-create-over.png" ;
	designerbuttonup       = new Image();
    designerbuttonup.src   = "_img/heading-innovate.png" ;
    designerbuttondown     = new Image() ;
    designerbuttondown.src = "_img/heading-innovate-over.png" ;
	coordinatebuttonup       = new Image();
    coordinatebuttonup.src   = "_img/heading-coordinate.png" ;
    coordinatebuttondown     = new Image() ;
    coordinatebuttondown.src = "_img/heading-coordinate-over.png" ;
	addbuttonup       = new Image();
    addbuttonup.src   = "_img/addus.png" ;
    addbuttondown     = new Image() ;
    addbuttondown.src = "_img/addus-over.png" ;
	facebookbuttonup       = new Image();
    facebookbuttonup.src   = "_img/_social/facebook.png" ;
    facebookbuttondown     = new Image() ;
    facebookbuttondown.src = "_img/_social/facebook-over.png" ;
	deliciousbuttonup       = new Image();
    deliciousbuttonup.src   = "_img/_social/delicious.png" ;
    deliciousbuttondown     = new Image() ;
    deliciousbuttondown.src = "_img/_social/delicious-over.png" ;
	diggbuttonup       = new Image();
    diggbuttonup.src   = "_img/_social/digg.png" ;
    diggbuttondown     = new Image() ;
    diggbuttondown.src = "_img/_social/digg-over.png" ;
	stumblebuttonup       = new Image();
    stumblebuttonup.src   = "_img/_social/stumble.png" ;
    stumblebuttondown     = new Image() ;
    stumblebuttondown.src = "_img/_social/stumble-over.png" ;
}
function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}
// -->

function bookmark()
{
         if (document.all)
        {
             // For IE
             window.external.AddFavorite(location.href, document.title);
         }
        else if (window.sidebar)
       {
             // For Firefox
             window.sidebar.addPanel(document.title, location.href, '');
        }
}
