<!--
function newWindow(URL, name, specs) { 
  var anon_win = window.open(URL, name, specs); 
	self.name="OrderingWindow";
} 

function CloseWindow() {
	self.close()
}
	
function setFavorite(){
	external.AddFavorite("http://www.baroqueflute.com/","Folkers & Powell, Makers of Historical Flutes");
}

function right(e) { 
var msg = "Images used on baroqueflute.com are copyright and may not be saved without express permission. If you would like to use one of our images please contact webhead@baroqueflute.com with the URL of the page on which it appears, the ALT attribute of the image, and the URL of the site you want to use it on."; 
if (navigator.appName == 'Netscape' && e.which == 3) { 
alert(msg); 
return false; } 
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) { 
alert(msg); 
return false; 
} 
else return true; 
} 
function trap() { 
if(document.images) 
for(i=0;i<document.images.length;i++) 
document.images[i].onmousedown = right; 
} 

function checkVersion() {
        if (navigator.appVersion.charAt(0)>=3)
                return true; 
        else return false;
}

function popupaudio(url){
var a="toolbar=no,location=no,directories=no,menubar=no,width=350,height=150";
if (navigator.appName.indexOf("Microsoft")>=0) a+=",left=50,top=50";
else a+=",screenX=50,screenY=50";
floater=window.open("http://www.baroqueflute.com/clips/"+url+".html","VIA" + url,a); 
}




// End --> 
