﻿/// <reference path="jQuery/jquery-1.3.1.js" />

function SelectTop(href) {
    SelectHref(href, 'color: #FFFF66; text-decoration: none;');
}

function SelectLeft(href) {
    SelectHref(href, 'color: #FFFF66; font-weight: normal; font-size: 13px; text-decoration: none;');
}

function SelectHref(href, css) {
    $(document).ready(function() {
    $('#' + href).attr("style", css);
    });
}
function MM_openBrIntroWindow(zzz)
{
  window.open(zzz,'a','scrollbars=no,width=640,height=480');
}