self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
var luxurycultureWindow = null;
var legalsWindow = null;

function setSizePar() {
	if ((document.body.clientHeight<700)||(document.body.clientWidth<1000)) {
		mHeight='100%';
		mWidth='100%';
	} else {
		mHeight='700';
		mWidth='1000';
	}
}




