<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "yes"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "5"		// phone Y LOCATION





// START SIDEBAR MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td><br>');


document.write('<A HREF="aboutoffice.htm" class="menuSidebar">About The Office</a>');


document.write('<A HREF="drkling.htm" class="menuSidebar">Eye Doctors</a>');


document.write('<A HREF="professionalservices.htm" class="menuSidebar">Eye Services & FAQs</a>');


document.write('<A HREF="hourslocation.htm" class="menuSidebar">Hours & Location</a>');


document.write('<A HREF="requestappt.htm" class="menuSidebar">Schedule Appointment</a>');


document.write('<A HREF="ordercls.html" class="menuSidebar">Order Contact Lenses</a>');


document.write('<A HREF="gallery1.htm" class="menuSidebar">Optical Boutique</a>');


document.write('<A HREF="insurance.htm" class="menuSidebar">Vision Plans</a>');


document.write('<a href="ptforms02.html" class="menuSidebar">Patient Forms</a>');


document.write('<A HREF="financial.htm" class="menuSidebar">Financial Info</a>');


document.write('<A HREF="contact.htm" class="menuSidebar">Contact Us</a>');


document.write('</td></tr></table><br><br>');


// END SIDEBAR MENU //







// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Hillcrest Location<br></legend>');

document.write('3945 1st Avenue<br>San Diego, CA. 92103<br>619.295.4194 office<br>619.295.4930 fax<br><a href="mailto:info@invisioncare.com">info@invisioncare.com</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// 2ND NOTES AREA

 




















// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('<br>');

document.write('</div>');
}








// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->