<!-- // preload images

	nav_08a_home = new Image(706,314);
	nav_08a_home.src = "images/front/frame.jpg";

	nav_01a_home = new Image(219,76);
	nav_01a_home.src = "images/front/image-1-out.jpg";
	nav_01b_home = new Image(219,76);
	nav_01b_home.src = "images/front/image-1-in.jpg";
	
	nav_02a_home = new Image(219,76);
	nav_02a_home.src = "images/front/image-2-out.jpg";
	nav_02b_home = new Image(219,76);
	nav_02b_home.src = "images/front/image-2-in.jpg";
	
	nav_03a_home = new Image(219,76);
	nav_03a_home.src = "images/front/image-3-out.jpg";
	nav_03b_home = new Image(219,76);
	nav_03b_home.src = "images/front/image-3-in.jpg";
	
	nav_04a_home = new Image(219,76);
	nav_04a_home.src = "images/front/image-4-out.jpg";
	nav_04b_home = new Image(219,76);
	nav_04b_home.src = "images/front/image-4-in.jpg";	
	
	//nav_05a_home = new Image(481,308);
	//nav_05a_home.src = "images/front/photo-1.jpg";
	
	//nav_06a_home = new Image(481,308);
	//nav_06a_home.src = "images/front/photo-2.jpg";
	
	//nav_07a_home = new Image(481,308);
	//nav_07a_home.src = "images/front/photo-3.jpg";
	
	//nav_08a_home = new Image(481,308);
	//nav_08a_home.src = "images/front/photo-4.jpg";


function LoadMain(pic1,pic2,pic3,pic4)
{
var myPics=new Array(); // regular array (add an optional integer
myPics[0]="images/front/photo-1.jpg|https://www.urnshopper.com/cremation_urns.asp||<div class='main-title' style='text-align:left; padding:35px 10px 5px 10px;font-color:#000000; color:#000000;'><h1>Cremation Urns</h1><br><br>Our catalog features one of the largest selections of cremation urns and related funeral merchandise on the Internet.<br><br>No matter how simplistic or elaborate, we are confident that we can help you find a cremation urn that reflects the unique spirit and individuality of your friend or loved one.<br><br><a href='https://www.urnshopper.com/cremation_urns.asp'><img src='images/icon_but.png' border='0' alt='Browes Cremation Urns'></a></div>"; 
myPics[1]="images/front/photo-2.jpg|https://www.urnshopper.com/cremation_jewelry.asp||<div class='main-title' style='text-align:left; padding:35px 10px 5px 10px;font-color:#000000; color:#000000;'><h1>Cremation Jewelry</h1><br><br>Cremation jewelry can hold a small portion of cremains and these bracelets, pendants and rings make it possible for family members and friends to keep precious and cherished memories close to the heart.<br><br>Browse our catalog for a large selection of steel, titanium, gold, silver and platinum cremation jewelry.<br><br><a href='https://www.urnshopper.com/cremation_jewelry.asp'><img src='images/icon_but.png' border='0' alt='Browes Cremation Jewelry'></a></div>";
myPics[2]="images/front/photo-3.jpg|https://www.urnshopper.com/family_memorial_sets.asp||<div class='main-title' style='text-align:left; padding:35px 10px 5px 10px;font-color:#000000; color:#000000;'><h1>Family Memorial Sets</h1><br><br>Family Memorial Sets, exclusively from UrnShopper.com, serve as beautiful tributes for the whole family.<br><br>Each Family Memorial Set includes one full-size cremation urn and three token urns. They are a touching and meaningful way for up to four people to share tokens of remembrance.<br><br><a href='https://www.urnshopper.com/family_memorial_sets.asp'><img src='images/icon_but.png' border='0' alt='Browes Family Memorial Sets'></a></div>";
myPics[3]="images/front/photo-4.jpg|||<div class='main-title' style='text-align:left; padding:35px 10px 5px 10px;font-color:#000000; color:#000000;'><h1>Free Shipping</h1><br><br>We offer free shipping on most orders, you will pay no sales tax on any merchandise you purchase with us, and all transactions made on our Web site are secure.<br><br>Please read our Online Ordering Policy for additional details about shipping and security.</div>";

var pic1 = myPics[pic1].split("|");
var pic2 = myPics[pic2].split("|");
var pic3 = myPics[pic3].split("|");
var pic4 = myPics[pic4].split("|");

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [481, 308], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		[ pic1[0], pic1[1], pic1[2], pic1[3] ],
		[ pic2[0], pic2[1], pic2[2], pic2[3] ],
		[ pic3[0], pic3[1], pic3[2], pic3[3] ],
		[ pic4[0], pic4[1], pic4[2], pic4[3] ] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:10000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})
} 
// -->
