function xDOM(objectID,wS,d){var p=objectID.indexOf("?");var i,obj;if(!d)d=document;if((p>0)&&(parent.frames.length)){d=parent.frames[objectID.substring(p+1)].document;objectID=objectID.substring(0,p)};obj=d[objectID];if((!obj)&&(d.all))obj=d.all[objectID];if(!obj){for(i=0;(!obj)&&(i<d.forms.length);i++)obj=d.forms[i][objectID]};if((!obj)&&(d.layers)){for(i=0;(!obj)&&(i<d.layers.length);i++)obj=xDOM(objectID,wS,d.layers[i].document)};if((!obj)&&(d.getElementById))obj=d.getElementById(objectID);if(wS&&(obj.style))return obj.style;return obj};function xStyle(TheObject){if(TheObject.style)return TheObject.style;return TheObject};