﻿function SlideShowInit(param_xml) {

        // SWFObject embed
    var flashvars = {
            paramXMLPath: param_xml,
            //paramXMLPath: "/param.xml",
            //initialURL: escape(document.location)
            initialURL: "/Content"
        }
        var params = {
            base: ".",
            bgcolor: "#121212",
            allowfullscreen: "true"
        }
        var attributes = {}
        swfobject.embedSWF("/slideshowpro.swf", "flashcontent", "750", "600", "9.0.0", false, flashvars, params, attributes);
        //alert(escape(document.location));
}



