window.onload=show;
function show(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
function Clickheretoprint()
{ 
  var disp_setting="toolbar=yes,location=no,directories=yes,menubar=yes,"; 
      disp_setting+="scrollbars=yes,width=650, height=600, left=100, top=25"; 
  var content_vlue = document.getElementById("content").innerHTML; 
  var content_footer = document.getElementById("footer").innerHTML; 
  
  
  var docprint=window.open("","",disp_setting); 
   docprint.document.open(); 
   docprint.document.write('<html><head><title>Pretoria Country Club - www.ptacc.co.za</title>'); 
   docprint.document.write('</head><body onLoad="self.print()"><left>');          
   docprint.document.write(content_vlue);   
   docprint.document.write(content_footer);        
   docprint.document.write('</left></body></html>'); 
   docprint.document.close(); 
   docprint.focus(); 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
