
function showDate() {

   <!--  Activate Cloaking Device 
   var now = new Date(); 
   var yr = now.getYear(); 
   var mName = now.getMonth() + 1; 
   var dayNr = ((now.getDate()<10) ? "0" : "")+ now.getDate(); 
 
   if(mName==1) Month="January"; 
   if(mName==2) Month="February"; 
   if(mName==3) Month="March"; 
   if(mName==4) Month="April"; 
   if(mName==5) Month="May"; 
   if(mName==6) Month="June"; 
   if(mName==7) Month="July"; 
   if(mName==8) Month="August"; 
   if(mName==9) Month="September"; 
   if(mName==10) Month="October"; 
   if(mName==11) Month="November"; 
   if(mName==12) Month="December"; 

// String to display current date. 
    var todaysDate =("::" + " " + Month + " " + dayNr + "<BR>"); 
 
// Write date to page. 
   document.open(); 
   document.write("<CENTER><FONT FACE=ARIAL COLOR=#FF66CC SIZE=2>"+todaysDate+"</FONT></CENTER>"); 
}

function show_hipaa( )
{
    myMessageWindow=window.open("chiropractor_royal_oak_michigan_hippa.htm", "messageWindow", "width=515, scrollbars=yes");
}

function show_specials( )
{
    myMessageWindow=window.open("chiropractor_royal_oak_michigan_insurance_specials.htm", "messageWindow", "width=250, height=270, scrollbars=yes, top=100, left=150");
}

function show_messa( )
{
    myMessageWindow=window.open("chiropractor_royal_oak_michigan_insurance_messa.htm", "messageWindow", "width=250, height=100, scrollbars=no, top=100, left=150");
}

function openPopup(winID)
{
    myMessageWindow=window.open(winID,"newwin",config="width=250, height=75,location=no,status=no,directories=no,toolbar=no,scrollbars=no,menubar=no,top=260,left=265");
}

function show_ins_questions( )
{
    myMessageWindow=window.open("chiropractor_royal_oak_michigan_insurance_questions.htm", "messageWindow", "width=640, scrollbars=yes");
}
