// JavaScript Documentfunction newsletter() {	var newWindow = open("http://www.blackdiamondcaterers.com/newsletter.php","map","scrollbars=no,resizable=no,width=459,height=360");	//var nl = document.getElementById("email_box");	//nl.style.display='block';}function coll_all(){	for (ind = 1; ind <= 6; ind++)	{		s = document.getElementById("wh_" + ind);		//i = document.getElementById("side" + ind);				s.style.display = "none";		//i.style.visibility = "hidden";	}}	function openup(ind, img){	coll_all();		s = document.getElementById("wh_" + ind);	i = document.getElementById("side1");	if (s.style.display == "none") 	{		s.style.display = "block";		i.src = "images/" + img;	}	else if (s.style.display == "block") 	{		s.style.display = "none";		//i.style.visibility = "hidden";	}}function exp(ind){	g = document.getElementById("subg_" + ind);	t = document.getElementById("subt_" + ind);	if (g.style.display == "none") 	{		g.style.display = "block";		t.style.display = "none";	}	else if (g.style.display == "block") 	{		g.style.display = "none";		t.style.display = "block";	}}	function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function tell_friend() { 	var newWindow = open("http://www.blackdiamondcaterers.com/tellafriend.php","map","scrollbars=no,resizable=no,width=864,height=360");}
