
 current=new Date();current2=new Date();count=new Array(12);
	     count[0]='JANJan';   count[7]='AUGAug';
    	 count[1]='FEBFeb';   count[8]='SEPSep';
	     count[2]='MARMar';   count[9]='OCTOct';
    	 count[3]='APRApr';   count[10]='NOVNov';
	     count[4]='MAYMay';   count[11]='DECDec';
    	 count[5]='JUNJun';
	     count[6]='JULJul';	
		 function getFiles(path){		                           //get dated pages
	     mo=current.getMonth();          
    	 yr=new String(current2.getYear());  
	     for(n=0;n<=11;n++){
    	 if(mo==n){
	     mo=count[n]; 
		 }}
    	 mo1=mo.substring(0,3);
	     mo2=mo.substring(3,6);
         yr1=yr.substring(2,4);
		 if(navigator.appName=="Netscape"){
		 yr1=yr.substring(1,3); 
	     } 
		 the_url="http://www.opcseniorcenter.org/"+mo1+yr1+"/"+mo2+path;   
         page_iframe.location.href=the_url;return;
		 }
  function topIt(){	   											 //go to top of the page
		 if(parent.page_iframe){	
		 window.location.hash='top_of_frame';return;
		 }}	 
  function sizeIt(name){                               					//sizes the page
         if(navigator.appName=='Microsoft Internet Explorer'){        
 	     win_ht=eval(document.body.clientHeight); 	
		 if(name=='the_page'){	  
		 parent.document.getElementById('page_iframe').style.height=win_ht+500;name=" ";return;
		 }                 
		 parent.document.getElementById('page_iframe').style.height=win_ht;return; 
 	     } 
	     if(navigator.appCodeName=='Mozilla'){	
	     win_ht=eval(window.document.body.scrollHeight); 
		  if(name=='the_page'){	   
		 parent.document.getElementById('page_iframe').height=win_ht+500;name=" ";return;
		 }                   
	     parent.document.getElementById('page_iframe').height=win_ht;return;
	     }
		 else{
		 win_ht=eval(window.innerHeight);
	     parent.document.getElementById('page_iframe').height=win_ht;return;
		 }}	
  function sizePa(){ 	                                                    //size performing arts page for pdf file
	     if(navigator.appName=='Microsoft Internet Explorer'){                                     
	     parent.document.getElementById('page_iframe').style.height=1200; 
	     location.href="http://www.opcseniorcenter.org/Menu/02_Activities/Performing_Arts/fran_maiers_jun09.pdf"; return;
	     }
	     if(navigator.appCodeName=='Mozilla'){
	     parent.document.getElementById('page_iframe').style.height=1200;
	     location.href="http://www.opcseniorcenter.org/Menu/02_Activities/Performing_Arts/fran_maiers_jun09.pdf"; return;
	    }}
         