// JavaScript Document

function openPopup(){
	if (document.body.clientHeight <= 420){
		this.location = splash;
		window.open(popup, "StudioA", "'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,left=0,top=0,width="+screen.width+",height="+screen.height+ "'");
	}
}