
ULink = new Array();
for (i = 0; i <= 200; i++) {ULink[i] = new Image();ULink[i].src = 'image/menu-on' + i + '.gif';}

function LinkI (n) {
    document.images['Link' + n].src = ULink[n].src;}
function LinkO(n) {
    document.images['Link' + n].src = 'image/menu-off' + n + '.gif';}

function accessDate()
{
	dt = new Date();
	document.write(dt.getYear(),"”N",dt.getMonth() + 1,"ŒŽ",dt.getDate(),"“ú");}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function dBsftCloseWindow() {
    window.close();
}
