\n');
}
// this width and height (600/350) should be set the same as your animation size, maximum values
var so = new SWFObject("http://www.superbasketusa.com/slide.swf", "slide", "950", "317", "8", "#FFFFFF");
so.addParam("wmode","transparent");
so.addParam("align","LEFT");
so.addParam("AllowScriptAccess","always");
// editable variables
so.addVariable("initial_height",0); // the default (smaller) height to start with, the maximum height will be taken from swf height (above)
so.addVariable("seconds_before_expand",3); // time to wait after user opens the page
so.addVariable("seconds_before_colapse",9); // time to display the expanded state (should be the same as the duration of your animation)
so.addVariable("image_file","images/whole_cart_benefits.jpg"); // large file to be loaded, jpg, swf, etc
so.addVariable("expand_button_image","images/button.png"); // the path to your button file, recommended is related to site root, e.g. /images/button.png
so.addVariable("expand_button_x",885); // the x position of the button
so.addVariable("expand_button_y",0); // the y position of the button
so.addVariable("slide_effect_duration",1); // how fast the image slide movement takes (seconds)
so.addVariable("url_to_open","http://superbasketusa.com/index.php?/Products/polycart-benefits.html"); // how fast the image slide movement takes (seconds)
so.write("slide_div");
//-->