//replacing include allscripts.html
if (window != top) top.location.href = location.href;
	function pop(url1)
 	{	window.open(url1,'popupm','height=380,width=520,resizable=yes,scrollbars=yes'); 	}
		function chatlog(urlch)
 	{	window.open(urlch,'chatm','height=450,width=320,resizable=yes,scrollbars=yes'); 	}

 	function popnew(urln)
 	{window.open(urln,'popn','height=380,width=520,resizable=yes,scrollbars=yes'); 	}
	function popmidi(urlm)
	{window.open(urlm,'popupmid','height=480,width=486,resizable=yes,scrollbars=yes,status=no');}
	function popring(urlr)
	{window.open(urlr,'popm','height=310,width=450,resizable=yes,scrollbars=yes,status=no');}

	function popinfo(urli)
	{window.open(urli,'popupi','height=360,width=520,resizable=yes,scrollbars=yes');}
//formail
function popup(urls) {
window.open(urls,'site','width=500,height=420,resizable=yes');
}
function popmail(urls) {
window.open(urls,'site','width=500,height=420');
}
//allartistpages
 ondragstart="return false";
onselectstart="return false";
function jsOpenhWnd(u)

{
p="toolbar=no,height=380,width=380,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no";
hWnd=window.open(u,"Hwnd",p);hWnd.focus();
} 

function gotoart() 
{
document.location.href =document.artistdropdown.urla.options[document.artistdropdown.urla.selectedIndex].value;
} 

	function popfeature1(urlf)
	{window.open(urlf,'pf1','resizable=yes,status=yes,toolbar=yes,scrollbars=yes');}
	function popfeature2(urlf2)
	{window.open(urlf2,'pf2','resizable=yes,status=yes,toolbar=yes,scrollbars=yes,status=yes');}
//sheetmusiclinks

 function pop3(urlim)
 {window.open(urlim,'midi','height=255,width=500,resizable=yes,scrollbars=yes');
 }

 function pop2(urlif)
 {window.open(urlif,'flag','height=400,width=500,resizable=yes,scrollbars=yes');
 }

 function pop1(urlp1)
 {window.open(urlp1,'lyrics','height=450,width=500,resizable=yes,scrollbars=yes');
 }
  function popimg(urlim)
 {window.open(urlim,'lyrics','height=600,width=650,resizable=yes,scrollbars=yes');
 }

function right(e) {
var msg = "First left-click the link to play. Then you can save the midi from the popup window.";
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.links)
for(i=0;i<document.links.length;i++)
document.links[i].onmousedown = right;
}




