<!-- 
if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

function expand() {
for(x = 0; x < 50; x++) {
window.moveTo(0* -(x - 50) / 100, 0 * -(x - 50) / 100);
}
window.moveTo(0,0);
window.resizeTo(screen.availWidth, screen.availHeight);
}
expand();
-->