if( screen ){ 
			changepopWidth = parseInt(screen.width) - 100;
			changepopHeight = parseInt(screen.height) - 200;
			}

function openInteractive() {
 window.open('test.htm','Test','scrollbars=no,status=no,width='+changepopWidth+',height='+changepopHeight+',left=20,top=20')
  }
  
if( screen ){ changepopLeftP = parseInt(screen.width / 2) - 296; changepopTopP = parseInt(screen.height / 2) - 211;}

function openPrivacy() {
 window.open('privacy.html','Privacy','scrollbars=no,status=no,width=592,height=422,left='+changepopLeftP+',top='+changepopTopP+'')
  }
  
  if( screen ){ 
			availWidth = parseInt(screen.width);
			availHeight = parseInt(screen.height);
			}
if (availWidth <= 832) {
	popWidth = 780;}
if (availHeight <= 620) {
	popHeight = 538;}
if (availWidth >= 833) {
	popWidth = 950;}
if (availHeight > 642) {
	popHeight = 656;}

function openInterTwo(theURL) {
 window.open(theURL,'HydroLogics','scrollbars=no,status=no,width='+popWidth+',height='+popHeight+',left=0,top=0')
  }
