var stx = new Object();
// ---------------------------------------------------------  MODIFY TARGET URL
stx.ad_url = escape('http://www.gallardofashion.com/specials.php');     // The exact URL that will be embedded into your ad
// ---------------------------------------------------------  END TARGET URL

stx.small_path = 'add_s.swf';		// Enter the URL of the Strip Away corner flash file
stx.small_image = escape('the_show.jpg');	// Enter the URL of the flash file under the webpage
stx.big_path = 'add_b.swf';		// Enter the URL of the large flash strip away corner
stx.big_image = escape('the_add.jpg');    // Enter the URL of the big advertisement behind the page


// Do not change anything under this line -- STOP HERE!

stx.small_width = '100';
stx.small_height = '100';
stx.small_params = 'ico=' + stx.small_image;
stx.big_width = '650';
stx.big_height = '650';
stx.big_params = 'big=' + stx.big_image + '&ad_url=' + stx.ad_url;
function sizeup987(){
	document.getElementById('stxcornerBig').style.top = '0px';
	document.getElementById('stxcornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("stxcornerSmall").style.top = "0px";
	document.getElementById("stxcornerBig").style.top = "-1000px";
}
stx.putObjects = function () {
document.write('<div id="stxcornerSmall" style="position:absolute;width:'+ stx.small_width +'px;height:'+ stx.small_height +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="stxcornerSmallObject" width="'+stx.small_width+'" height="'+stx.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ stx.small_path +'?'+ stx.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+stx.small_params+'"/>');
document.write('<embed src="'+ stx.small_path + '?' + stx.small_params +'" name="stxcornerSmallObject" wmode="transparent" quality="high" width="'+ stx.small_width +'" height="'+ stx.small_height +'" flashvars="'+ stx.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div></script>');
document.write('<div id="stxcornerBig" style="position:absolute;width:'+ stx.big_width +'px;height:'+ stx.big_height +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="stxcornerBigObject" width="'+ stx.big_width +'" height="'+ stx.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ stx.big_path +'?'+ stx.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ stx.big_params +'"/>');
document.write('<embed src="'+ stx.big_path + '?' + stx.big_params +'" id="stxcornerBigEmbed" name="stxcornerBigObject" wmode="transparent" quality="high" width="'+ stx.big_width +'" height="'+ stx.big_height +'" flashvars="'+ stx.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
setTimeout('document.getElementById("stxcornerBig").style.top = "-1000px";',1000);
}
stx.putObjects();
