var p=1;

function hide(ts) {
pq = document.getElementById(ts);
pq.style.visibility="hidden"; }
function show(ts) {
pq = document.getElementById(ts);
pq.style.visibility="visible"; }
function xhide(ts) { ts="ad"+ts;
pq = document.getElementById(ts);
pq.style.display="none"; }
function xshow(ts) { ts="ad"+ts;
pq = document.getElementById(ts);
pq.style.display="block"; }

function chk(boxnum) { 
boxnum--; document.fpromo.Promotion[boxnum].checked=true; 
hide('promo'); 
xshow('promoon');
}

function wwin(side,wx,hx,scx) {
var high = screen.height;
var wide = screen.width;
var hoch = high - 55;
var weit = wide - 35;
var maxweit = wide - 10;
if(hx == "max") { xhx = hoch; xscx = scx; } else {
if(hx > hoch) { xhx = hoch; xscx = "yes"; } else { xhx = hx; xscx = scx; }}
if(wx == "max") { xwx = maxweit; xscx = scx; } else {
if(wx > weit) { xwx = weit; xscx = "yes"; } else { xwx = wx; xscx = scx; }}
sadomps = window.open(side,'xams',"'toolbar=no,statusbar=no,scrollbars="+xscx+",top=0,left=0,resizable=yes,width="+xwx+",height="+xhx+"'");
sadomps.focus();}
