
<!-- Hide this code from non-JavaScript browsers
var Roll=new Array();

<!-- Hide this code from non-JavaScript browsers


// (C) 2002 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header.

// ==============================
// Set the following variables...
// ==============================

// Set the slideshow speed (in milliseconds)
var SlideShowSpeed = 4000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration = 1;

var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this

// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture array.
// Caution: The number of Pictures *must*
// equal the number of Captions!

Picture[1]  = 'http://www.rvsmartllc.com/images/fader/fader1.gif';
Picture[2]  = 'http://www.rvsmartllc.com/images/fader/fader2.gif';
Picture[3]  = 'http://www.rvsmartllc.com/images/fader/fader3.gif';
Picture[4]  = 'http://www.rvsmartllc.com/images/fader/fader4.gif';
Picture[5]  = 'http://www.rvsmartllc.com/images/fader/fader5.gif';
Picture[5]  = 'http://www.rvsmartllc.com/images/fader/fader6.gif';

// Specify the Captions...
// To add more captions, just continue
// the pattern, adding to the array below.
// To use fewer captions, remove lines
// starting at the end of the Caption array.
// Caution: The number of Captions *must*
// equal the number of Pictures!

Caption[1]  = "This is the first caption.";
Caption[2]  = "This is the first caption.";

// =====================================
// Do not edit anything below this line!
// =====================================

var tss;
var iss;
var jss = 1;
var pss = Picture.length-1;

var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = Picture[iss];}

function runSlideShow(){
if (document.all){
document.images.PictureBox.style.filter="blendTrans(duration=2)";
document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
document.images.PictureBox.filters.blendTrans.Apply();}
document.images.PictureBox.src = preLoad[jss].src;

if (document.all) document.images.PictureBox.filters.blendTrans.Play();
jss = jss + 1;
if (jss > (pss)) jss=1;
tss = setTimeout('runSlideShow()', SlideShowSpeed);
}
var Roll=new Array();


Roll["a"] = new RollOver("http://www.collectablesignandclock.com/images/navigation_on_01.gif");
Roll["b"] = new RollOver("http://www.collectablesignandclock.com/images/navigation_on_02.gif");
Roll["c"] = new RollOver("http://www.collectablesignandclock.com/images/navigation_on_03.gif");
Roll["d"] = new RollOver("http://www.collectablesignandclock.com/images/navigation_on_04.gif");



function RollOver(on_url)
{       this.on        = new Image();
        this.on.src    = on_url;
}

function flip ()
{       if(arguments.length==1) arguments[1]=arguments[0];
        for(i=0 ; i<arguments.length ; i+=2){
                temp = document.images[arguments[i]].src;
                document.images[arguments[i]].src  = Roll[arguments[i+1]].on.src;
                Roll[arguments[i+1]].on.src = temp;
        }
}


Roll["a"] = new RollOver("images/navon_02.gif");
Roll["b"] = new RollOver("images/navon_03.gif");
Roll["c"] = new RollOver("images/navon_04.gif");
Roll["d"] = new RollOver("images/navon_05.gif");
Roll["e"] = new RollOver("images/navon_06.gif");


function RollOver(on_url)
{       this.on        = new Image();
        this.on.src    = on_url;
}

function flip ()
{       if(arguments.length==1) arguments[1]=arguments[0];
        for(i=0 ; i<arguments.length ; i+=2){
                temp = document.images[arguments[i]].src;
                document.images[arguments[i]].src  = Roll[arguments[i+1]].on.src;
                Roll[arguments[i+1]].on.src = temp;
        }
}

function Validate_OForm()
{
	if (document.form.os0.value.length == 0)
	{
		alert('You must enter A REFERENCE NUMBER to continue.');
		document.form.os0.focus();
		return(false);
	}
	return (true);
} 

function Validate_ContactForm()
{
    if (document.form.strTypeofRequest.selectedIndex == 0) {
        alert('You must enter A REQUEST TYPE to continue.');
		document.form.strTypeofRequest.focus();
		return(false);
    }
	if (document.form.strContactPerson.value.length == 0)
	{
		alert('You must enter A CONTACT PERSON to continue.');
		document.form.strContactPerson.focus();
		return(false);
	}
   if (document.form.strEmailAddress.value.length == 0 || document.form.strEmailAddress.value.indexOf(".") == -1 || document.form.strEmailAddress.value.indexOf("@") == -1)
	{
		alert('You must enter YOUR E-MAIL ADDRESS containing "@" and "." to continue.');
		document.form.strEmailAddress.focus();
		return(false);
	}
	  if (document.form.strTypeofMarketing.selectedIndex == 0) {
        alert('You must tell us HOW YOU FOUND US to continue.');
		document.form.strTypeofMarketing.focus();
		return(false);
    }
    return (true);
} 
// End hiding -->






































