
function apf_style(argA) { return gvDOM ? document.getElementById(argA).style : gvIE ? document.all(argA).style : document.layers[argA] }


