﻿blnpreload = false;

var options = ["ffs", "fs", "fssf", "sf", "sff", "fsf"];

var out = [options];
out["ffs"] = new Image();
out["fs"] = new Image();
out["fssf"] = new Image();
out["sf"] = new Image();
out["sff"] = new Image();
out["fsf"] = new Image();
out["ffs"].src = "../_images/vinyl-patio-doors-sliding-panel-option-ffs.gif";
out["fs"].src = "../_images/vinyl-patio-doors-sliding-panel-option-fs.gif";
out["fssf"].src = "../_images/vinyl-patio-doors-sliding-panel-option-fssf.gif";
out["sf"].src = "../_images/vinyl-patio-doors-sliding-panel-option-sf.gif";
out["sff"].src = "../_images/vinyl-patio-doors-sliding-panel-option-sff.gif";
out["fsf"].src = "../_images/vinyl-patio-doors-sliding-panel-option-fsf.gif";

var over = [options];
over["ffs"] = new Image();
over["fs"] = new Image();
over["fssf"] = new Image();
over["sf"] = new Image();
over["sff"] = new Image();
over["fsf"] = new Image();
over["ffs"].src = "../_images/vinyl-patio-doors-sliding-panel-option-ffs_over.gif";
over["fs"].src = "../_images/vinyl-patio-doors-sliding-panel-option-fs_over.gif";
over["fssf"].src = "../_images/vinyl-patio-doors-sliding-panel-option-fssf_over.gif";
over["sf"].src = "../_images/vinyl-patio-doors-sliding-panel-option-sf_over.gif";
over["sff"].src = "../_images/vinyl-patio-doors-sliding-panel-option-sff_over.gif";
over["fsf"].src = "../_images/vinyl-patio-doors-sliding-panel-option-fsf_over.gif";

blnpreload = true;

function optionOver(image,imagename) {
	if (blnpreload) {
		image.src = over[imagename].src;
	}
}
function optionOut(image,imagename) {
	if (blnpreload) {
		image.src = out[imagename].src;
	}
}