<!-- 

// ============================================================================== 

// if(top.frames.length > 0) { top.location.href = self.location; }

// ============================================================================== 

window.defaultStatus = 'HomePage - Randy Holden - Musician & Painter . . .';

// ============================================================================== 

function openFullScreen() { fullscreen = window.open('index_mainfullscreen.htm','Full_Screen','fullscreen=yes'); fullscreen.moveTo(0,0); fullscreen.focus(); }

// ============================================================================== 

function closeFullScreen() { window.close(); top.frames.close(); } // Alternative: <a href="window_close.htm" target="_top"></a>

// ============================================================================== 

var popupHeight=400; var popupWidth=610; 
function popUpWindow(popupUrl, popupName, popupHeight, popupWidth) { NewWin = window.open(popupUrl, popupName, 'height=320,width=640,scrollbars=1,resizable=1,directories=0,location=1,menubar=0,personalbar=0,status=1,toolbar=1'); NewWin.focus(); } 

// ============================================================================== 

var popupHeight=400; var popupWidth=610; 
function popUpWindowII(popupUrl, popupName, popupHeight, popupWidth) { NewWin = window.open(popupUrl, popupName, 'height=320,width=640,scrollbars=1,resizable=1,directories=0,location=0,menubar=0,personalbar=0,status=0,toolbar=0'); NewWin.focus(); } 

// ============================================================================== 

function Go(x)
{
 if(x == "disabled") { document.forms[0].reset(); document.forms[0].elements[0].blur(); return; }
 else
 if(x == "close")    { document.forms[0].reset(); document.forms[0].elements[0].blur(); return; }
 else                { document.forms[0].reset(); document.forms[0].elements[0].blur(); location.href = x; } 
}

// ============================================================================== 

function openinfowndw01()
{
 var tmp01; var infowndw01;
 if (infowndw01) { tmp01 = infowndw01; infowndw01 = null; if (navigator.appName != "Netscape") tmp01.close(); }
 infowndw01=window.open("windows/infowndw01.htm", "InfoWin01", "width=480,height=100,alwaysraised=1,dependent=1,location=0,menubar=0,personalbar=0,scrollbars=0,status=0,toolbar=0,resizable=0");
 infowndw01.focus();return !infowndw01;
}

// ============================================================================== 

function openinfowndw02()
{
 var tmp02; var infowndw02;
 if (infowndw02) { tmp02 = infowndw02; infowndw02 = null; if (navigator.appName != "Netscape") tmp02.close(); }
 infowndw02=window.open("windows/infowndw02.htm", "InfoWin02", "width=480,height=100,alwaysraised=1,dependent=1,location=0,menubar=0,personalbar=0,scrollbars=0,status=0,toolbar=0,resizable=0");
 infowndw02.focus();return !infowndw02;
}

//-->