function openSongbook(id,page){window.open("songbookPopup.php?ID="+id+"&P="+page,id,"height=595,width=615,scrollbars=0");}function openFriendForm(){window.open("docs/Friend/FriendForm.html","FriendForm", "height=600, width=670 scrollbars=1");}function openInfo(place){if(document.getElementById(place).style.display == 'block'){	document.getElementById(place).style.display = 'none';}else{	document.getElementById(place).style.display = 'block';}}// ADMIN STUFFfunction OpenAdminUpload(type,page,to,from,section)//page = header for popup (page it's coming from/updating)//to = folder to put file in//from = table / (for fixed =) filename//section = which section, eg 'front', 'music', 'cds'{	if(type=='existing')	{		window.open('includes/ExistingPopup.php?page='+page+'&to='+to+'&from='+from+'&section='+section,'FilePopup','height=120,width=500,resizable=true,status=yes');	}	if(type=='fixed')	{		window.open('includes/FixedPopup.php?page='+page+'&to='+to+'&from='+from,'FilePopup','height=120,width=500,resizable=true,status=yes');	}	if(type=='n_letters')	{		window.open('includes/AdditionPopupn_letters.php?page='+page+'&to='+to+'&from='+from+'&date='+section,'FilePopup','height=120,width=500,resizable=true,status=yes');	}	else	{		window.open('includes/AdditionPopup.php?page='+page+'&to='+to+'&from='+from+'&section='+section,'FilePopup','height=120,width=500,resizable=true,status=yes');	}}
