var adWidth = 160; var adHeight = 137; var expandedWidth = 210; var expandedHeight = 210; var expandedPosition = "right"; var adURL = "http://www.phoenixtheatres.com"; var adSRC = "http://advertising.flatoday.net/postit/postit.jpg"; var expandedURL = "http://www.phoenixtheatres.com"; var expandedSRC = "http://advertising.flatoday.net/postit/bigad.jpg"; function moveAd(object,ref_object,position) { if (document.getElementById) { if (position == "left") { document.getElementById(object).style.left = -expandedWidth; } if (position == "right") { document.getElementById(object).style.left = adWidth; } if (position == "top") { document.getElementById(object).style.top = -expandedHeight; } if (position == "bottom") { document.getElementById(object).style.top = adHeight; } if (position == "bottomleft") { document.getElementById(object).style.top = adHeight; document.getElementById(object).style.left = -expandedWidth +adWidth; } } } function showAd(object) { if (document.getElementById) { document.getElementById(object).style.width = expandedWidth; document.getElementById(object).style.height = expandedHeight; document.getElementById(object).style.overflow = 'visible'; document.getElementById(object).style.visibility = 'visible'; } } function hideAd(object) { if (document.getElementById) { document.getElementById(object).style.width = '0'; document.getElementById(object).style.height = '0'; document.getElementById(object).style.overflow = 'hidden'; document.getElementById(object).style.visibility = 'hidden'; } } if (document.getElementById) { document.writeln('
'); document.writeln(''); document.writeln('
%%ALT%%
'); document.writeln('
'); } else { document.writeln('
%%ALT%%
'); }