<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS


var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var spacing		= "0"		// NUDGE SIDEBAR DOWN 20
var bordercolor		= "666666"	// SCROLLER AND IMAGE BORDER COLOR 666666

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "14"		// DATE X LOCATION
var dateY		= "170"		// DATE Y LOCATION 60




var logoLR		= "left"	// SHOW LOGO LEFT OR RIGHT ??
var logoX		= "0"		// LOGO X LOCATION ?? 208 198
var logoY		= "220"		// LOGO Y LOCATION 225 bottom of menu ??

var buyLR		= "left"	// SHOW BY LEFT OR RIGHT ??
var buyX		= "27"		// LOGO X LOCATION ?? 208 198
var buyY		= "460"		// LOGO Y LOCATION 225 bottom of menu ??


var cartLR	= "left"	// SHOW BY LEFT OR RIGHT 
var cartX	= "15"		// LOGO X LOCATION 
var cartY	= "510"		// LOGO Y LOCATION 


var scrollLR	= "left"	// SHOW BY LEFT OR RIGHT ??
var scrollX		= "2"		// LOGO X LOCATION 
var scrollY		= "560"		// LOGO Y LOCATION 225 bottom of menu ??


var contactLR	= "left"	// SHOW BY LEFT OR RIGHT ??
var contactX	= "27"		// LOGO X LOCATION ?? 208 198
var contactY	= "250"		// LOGO Y LOCATION 225 bottom of menu ??

var carlogoLR	= "left"	// SHOW BY LEFT OR RIGHT 
var carlogoX	= "7"		// LOGO X LOCATION 
var carlogoY	= "370"		// LOGO Y LOCATION 

var showsearch		= "yes"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "5"		// SEARCH FORM X LOCATION
var searchY		= "1100"		// SEARCH FORM Y LOCATION 1050
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM 160
var searchtext		= "Google Web Search"	// TEXT ABOVE SEARCH FORM


var sponsorLR		= "right"	// SHOW sponsor LEFT OR RIGHT ??
var sponsorX		= "8"		// LOGO X LOCATION was 23
var sponsorY		= "375"		// LOGO Y LOCATION was 435


var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "FFFFFF"	// FLASH BACKGROUND COLOR
var flashwidth		= "130"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js) 150
var flashheight		= "160"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)150


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')



// START LOGO AUTO UPKEEP: BASIC CAR CARE AT TOP
   {
document.write('<div id="logo-location" style="'+logoLR+': '+logoX+'px; POSITION: absolute; TOP: '+logoY+'px">');
document.write('<a><IMG SRC="picts/logo.gif" border="0" width="660" alt="Auto Upkeep Home"></a><br>')
document.write("</nobr><br></span>")
document.write('</div>');
}
// END LOGO AUTO UPKEEP




// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}

 

// START Book Picture
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="aboutbook2.htm"><IMG SRC="picts/sidebar1.jpg" alt="Learn more about Auto Upkeep: Basic Car Care, Maintenance, and Repair Here"border="0" width="130"></a><br><br>')
document.write('</td></tr></table>')
}


// START BUY Button

document.write('<div id="buy-location" style="'+buyLR+': '+buyX+'px; POSITION: absolute; TOP: '+buyY+'px">');
document.write('<a href="orderbook.htm" class="sidelink">Order Here</b></a>')
document.write('</div>')
// END Buy Button


//PayPal CART
document.write('<div id="cart-location" style="'+cartLR+': '+cartX+'px; POSITION: absolute; TOP: '+cartY+'px">');
document.write('<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="info@rollinghillspublishing.com">');
document.write('<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_new.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form>');
document.write('</div>')
// END Paypal CART


// SAMPLE SCROLLING NEWS FOR A .JS FILE - NON-FLOATING
document.write('<div id="scroll-location" style="'+scrollLR+': '+scrollX+'px; POSITION: absolute; TOP: '+scrollY+'px">');
document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #996600 1px solid; background-color: #F0F0F0;COLOR: #996600; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
document.write('BOOK REVIEWS!<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="150" height="200" marginwidth="0" marginheight="0" frameborder="0" scrolling="yes" style="border: #000000 1px solid;"></iframe>');
document.write('</td></tr></table>');
document.write('<br><br>');
// END NEWS SCROLLER





// CONTACT US BUTTON and Site Search
document.write('<div id="contact-location" style="'+contactLR+': '+contactX+'px; POSITION: absolute; TOP: '+contactY+'px">');
document.write('<a href="contact.htm" class="sidelinkgray">CONTACT US</b></a><br>');
document.write('<br><br>');
document.write('<a href="http://autoupkeep.com/cgi-bin/search.cgi" class="sidelinkgray"><b>SITE SEARCH</b></a><br>');
document.write('</div>');
// END Contact








// CAR LOGO
document.write('<div id="carlogo-location" style="'+carlogoLR+': '+carlogoX+'px; POSITION: absolute; TOP: '+carlogoY+'px">');
document.write('<a href="aboutrhp.htm"><IMG SRC="Pictures/Logos-Maps/Car-Logo.gif" alt="Learn more about Rolling Hills Publishing Here"border="0" width="140"></a><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
document.write('</div>');

// END CAR LOGO






// SEARCH FORM
   if (showsearch == "yes") {

document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
}





// SPONSORS
{



if (!document.layers)
document.write('<div id="Floater" style="POSITION: absolute; TOP: '+sponsorY+'px">');
document.write('<layer id="Floater">');



//document.write('<div id="sponsor-location" style="'+sponsorLR+': '+sponsorX+'px; //POSITION: absolute; TOP: '+sponsorY+'px">');
//document.write('<span class="smalltitle">')
//document.write("</nobr><br></span>")




//document.write("<a href='http://www.eautorepair.net/Marketing/Default.asp?VID=106625' target='_blank'><img src='../Pictures/Icons/Mitchell1Banner_WebSmall.gif'   width='125' height='126' border='0' alt='Learn More about Vehicle Specific Online Manuals Powered by Mitchell 1'/></a>")



//document.write('<br><br>')
//document.write("<a href='http://www.tkqlhce.com/click-2590062-10376887' target='_blank'><img src='http://www.awltovhc.com/image-2590062-10376887'   width='88' height='31' border='0' alt='Tirerack.com- Revolutionizing Tire Buying'/></a>")






//document.write('<br><br>')


//document.write("<iframe src='http://rcm.amazon.com/e/cm?t=autupk-20&o=1&p=20&l=ur1&category=automotive&banner=17ZYD8EEDYQGRJTQQ882&f=ifr' target='_blank' width='120' height='90' scrolling='no' border='0' marginwidth='0' style='border:none;' frameborder='0'></iframe>")


//document.write('<br><br>')
//document.write("<a href='http://www.anrdoezrs.net/click-2590062-10437181' target='_blank'><img src='http://www.tqlkg.com/image-2590062-10437181'   width='88' height='31' border='0' alt='Auto Parts Warehouse'/></a>")



//document.write('<br><br>')
//document.write("<a href='http://www.jdoqocy.com/click-2590062-6944837' target='_blank' onmouseover='window.status='http://www.academicsuperstore.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.tqlkg.com/image-2590062-6944837' width='125' height='125' alt='Save up to 75% on software' border='0'/></a>")


//document.write('<br><br>')
//document.write("<a href='http://www.kqzyfj.com/click-2590062-10422549' target='_blank'><img src='http://www.ftjcfx.com/image-2590062-10422549'   width='120' height='60' border='0' alt='Free Shipping!  No minimum purchase.'/></a>")




//document.write('<br><br>')
//document.write ("<a href='http://www.jdoqocy.com/click-2590062-1508144' target='_blank' onmouseover='window.status='http://www.JourneyEd.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.ftjcfx.com/image-2590062-1508144' width='125' height='125' alt='Students software at 50% off!' border='0'/></a>")



//document.write('<br><br>')
//document.write("<a href='http://www.anrdoezrs.net/click-2590062-1058846' target='_blank' onmouseover='window.status='http://www.autopartswarehouse.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.lduhtrp.net/image-2590062-1058846' width='120' height='60' alt='Auto Parts Warehouse: Save 75% OFF + Free Shipping' border='0'/></a>")


//document.write('<br><br>')
//document.write("<a href='http://www.tkqlhce.com/click-2590062-9112566' target='_blank' onmouseover='window.status='http://store.yahoo.com/cgi-bin/clink?rodi+SNLY2n+index.html';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.lduhtrp.net/image-2590062-9112566' width='120' height='60' alt='Auto Barn - Shop on-line at our 5-Star Rated Site' border='0'/></a>")


//document.write('<br><br>')
//document.write("<a href='http://www.anrdoezrs.net/click-2590062-10437086' target='_blank' onmouseover='window.status='http://www.autoanything.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.tqlkg.com/image-2590062-10437086' width='136' height='60' alt='Lowest Price For One Year Guaranteed! ' border='0'/></a>")

//document.write('<br><br>')
//document.write("<a href='http://www.anrdoezrs.net/click-2590062-10364208' target='_blank' onmouseover='window.status='http://www.edmunds.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.awltovhc.com/image-2590062-10364208' width='120' height='90' alt='Free Price Quotes at Edmunds.com' border='0'/></a>")


//document.write('<br><br>')
//document.write("<a href='http://www.jdoqocy.com/click-2590062-10436354' target='_blank' onmouseover='window.status='http://www.tirerack.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.awltovhc.com/image-2590062-10436354' width='120' height='60' alt='The Tire Rack - Performance Specialists' border='0'/></a>")

//document.write('<br><br>')
//document.write("<a href='http://www.kqzyfj.com/click-2590062-7218281' target='_blank' onmouseover='window.status='http://www.jcwhitney.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.tqlkg.com/image-2590062-7218281' width='120' height='60' alt='Replacement Parts' border='0'/></a>")


//document.write('<br><br>')
//document.write("<a href='http://www.kqzyfj.com/click-2590062-10442139?cm_mmc=CJ-_-2158979-_-2590062-_-Free%20Shipping%20on%20Power%20Tools' target='_blank' onmouseover='window.status='http://www.NorthernTool.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.awltovhc.com/image-2590062-10442139' width='120' height='60' alt='Free Shipping on All Power Tools!' border='0'/></a>")


//document.write('<br><br>')
//document.write("<a href='http://www.tkqlhce.com/click-2590062-10443679' target='_blank' onmouseover='window.status='https://www.budget.com';return true;' onmouseout='window.status=' ';return true;'><img src='http://www.tqlkg.com/image-2590062-10443679' width='120' height='60' alt='Budget 120x60 Blue Banner' border='0'/></a>")




//document.write('</div>');

document.write('</layer>');

if (!document.layers)
document.write('</div>')


function FloatMenu()
{
	var Xloc = 25,
	Yloc = 50;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/0;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();

// NOTE - Changed ft10bj.y += (pY- Yloc-ft10by.y)/15; (15 to 0) to stop floating
//  End -->











}




// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td valign="top">')
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="imagechanger" ALIGN="">')
document.write('<PARAM NAME=movie VALUE="imagechanger.swf">')
document.write('<PARAM NAME=quality VALUE=high>')
document.write('<PARAM NAME=bgcolor VALUE=#'+flashcolor+'>')
document.write('<EMBED src="imagechanger.swf" quality=high bgcolor=#'+flashcolor+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
document.write('</EMBED>')
document.write('</OBJECT><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}


// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA
   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')
document.write('<br> <br> Looking for HELP?')
document.write('<br></span><span class="sidebartext">')
document.write('If you have a basic<br>car care question<br>check out our <br><a href="LCHome.htm"> <b>Auto Learning Center</b></a> <br>and <br><a href="QAfaq.htm"><b> Q & A Center<br></b></a> for FAQs - frequently<br>asked questions. <br>')
//document.write('<a href="contact.htm" class="sidelink">Send Us Your Comments</a><br>')
document.write('</span><br><br>')
}
// END SIDEBAR AREA PARAGRAPH 2










// -- END -->



