function sizeup987(){
document.getElementById('eselcornerBig').style.top = '0px';
document.getElementById('eselcornerSmall').style.top = '-1000px';
}
function sizedown987(){
document.getElementById("eselcornerSmall").style.top = "0px";
document.getElementById("eselcornerBig").style.top = "-1000px";
}
function esel_glue(small_width,small_height,small_path,small_params,big_width,big_height,big_path,big_params)
{
document.write('
');
document.write('
<'+'/script>');
document.write('');
document.write('
');
setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000);
}
var esel = new Object();
esel.ad_url = escape('http://www.healingproducts.com/recommends/quantummindoffer');
esel.small_path = 'http://healingproducts-mentor.com/popuppicker/peelout_s.swf';
esel.small_image = escape('http://healingproducts-mentor.com/popuppicker/peelout_s.jpg');
esel.big_path = 'http://healingproducts-mentor.com/popuppicker/peelout_b.swf';
esel.big_image = escape('http://healingproducts-mentor.com/popuppicker/peelout_b.jpg');
esel.small_width = '100';
esel.small_height = '100';
esel.small_params = 'ico=' + esel.small_image;
esel.big_width = '650';
esel.big_height = '650';
esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url;
esel.putObjects = function () { esel_glue(esel.small_width,esel.small_height,esel.small_path,esel.small_params,esel.big_width,esel.big_height,esel.big_path,esel.big_params); }
esel.putObjects();