<!--

// ***********************************************
// Auto resizes the target page to full screen
// including bursting a small pop up window
// to full screen
// ***********************************************

window.moveTo(-4,-4)
window.resizeTo(screen.width +8,screen.height +8)

//-->
