function page_load(){if(document.all||document.layers){self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);}
reposisiton_elements();}
function reposisiton_elements(){var i,idx,destElem,titem,twidth,pwidth;var pHeight=window.document.body.clientHeight;if(pHeight<400)
pHeight=400;var pWidth=window.document.body.clientWidth;if(pWidth<800)
pWidth=800;document.all.BackgroundGraphic.style.pixelHeight=pHeight-2;document.all.LogoLayer.style.pixelLeft=2;document.all.LogoLayer.style.pixelWidth=pWidth-4;document.all.ContentLayer.style.pixelHeight=pHeight-110-4;document.all.ContentLayer.style.pixelWidth=pWidth-16;document.all.ContentLayer.style.pixelLeft=8;document.all.messagebar.style.pixelTop=pHeight-document.all.messagebar.clientHeight;if((pHeight-600)>0){var padj=((pHeight-600)/10);if(document.getElementById("callerid"))
padj=padj+180;document.all.ContentLayer.style.pixelTop=100+padj;}}
