if (ScreenSz>800){
document.write('<IFRAME NAME="FooterFrame" SRC="footer2006.html" Height="450" WIDTH=' + FooterWidth + ' Align=bottom FRAMEBORDER=0 scrolling=auto style="background-color:#FFFFFF; style="position: relative; left: 0; background-color:#FFFFFF"><\/IFRAME>');
}

if (ScreenSz<801){
document.write('<IFRAME NAME="FooterFrame" SRC="footer2006800.html" Height="450" WIDTH=' + FooterWidth + ' Align=bottom FRAMEBORDER=0 scrolling=auto style="background-color:#FFFFFF; style="position: relative; left: 0; background-color:#FFFFFF"><\/IFRAME>');
}

if (OKRightClick!=1){
//prevent right click on images
var clickmessage="Sorry, all images on this page are copyright protected."

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages();
window.status='The Coach\'s Clipboard basketball coaching website';
}

var OKRightClick = 0;

