<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// LEFT SIDEBAR FILE


var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "helpokc@helpokc.com"	// EDIT WITH YOUR PAYPAL E-MAIL

var menuspace		= "20"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "no"		// SHOW 2ND LINKED IMAGE



document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Virtual Tour<br>');


document.write('</td></tr></table>');


document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');


// document.write('</td></tr><tr><td valign="top">');
// document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
// document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT



// document.write('<a href="about.htm">Company Info</a><br>');
// document.write('View details about our company and store.<br>');



// document.write('</td></tr><tr><td valign="top">');
// document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
// document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT


// document.write('<a href="help_desk.htm">Help</a><br>');
// document.write('Check on the status of your order.<br>');



document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');




// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="virtual_tour.php"><img src="picts/sidebar-1.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View Virtual Tour"></A><br>');
document.write('Linda Chapman<br>');
document.write('6051 N. Brookline #111B<br>');
document.write('Oklahoma City, OK 73112<br>');
document.write('405-495-4332<br>');
document.write('HelpOKC.com<br>');
document.write('<a href="virtual_tour.php">Location &amp; Virtual Tour</a><br>');

}



// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="virtual_tour.htm">');
document.write('<img src="sidebar-3.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View Virtual Tour">');
document.write('</a><br>');
}

   if (paypal == "yes") {
document.write('<br>');
document.write('<a href="http://helpokc.com/fees.php" target="paypal"><img src="paypal-anim.gif" border="0" alt="Fees and Payment Options"><br>Visa, MC<br>Amex, Discover</a>');
}



document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->