﻿function flashPutHref(href) { location.href = href; }


function nextImage() { thisMovie("ssp").nextImage(); }
function previousImage() { thisMovie("ssp").previousImage(); }
// swf finder
function thisMovie(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        //return window[movieName]
        return document.getElementById(movieName)
    } else {
        return document[movieName]
    }
}


// SWFObject embed Wipe
var flashvars = {
    paramXMLPath: "param.xml?f3",
    initialURL: escape(document.location),
    xmlFilePath: "homeImages.xml",
    navAppearance: "Hidden",
    displayMode: "Manual",
	autoFinishMode: "Restart",
	transitionStyle: "Cross Fade",
    useExternalInterface: "true",
	permalinks: "Off"
}
var params = {
    base: ".",
    bgcolor: "#121212",
    allowfullscreen: "always",
    wmode: "transparent"
}
var attributes = {
    id: "ssp"
}
