// no frames
if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

// no centering if under 800x600
if (screen.width<='800') {
	document.write ('<style>#container { left: 1px; top: 0; margin-left: 0; margin-top: 0; }</style>');
}