// JavaScript Document
// Howrey
var win = null;
	function HowreyWin(mypage,myname,scroll){
	LeftPosition = (screen.width) ? (screen.width-858)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-700)/2 : 0;
	settings ="height=700,width=858,top="+TopPosition+",left="+LeftPosition+",scrollbars="+scroll+",status=no,resizable=no";
	win = window.open(mypage,myname,settings);
}

// St. Johns
var win = null;
	function StJohnWin(mypage,myname,scroll){
	LeftPosition = (screen.width) ? (screen.width-800)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-488)/2 : 0;
	settings ="height=488,width=800,top="+TopPosition+",left="+LeftPosition+",scrollbars="+scroll+",status=no,resizable=no";
	win = window.open(mypage,myname,settings);
}

// XRP 
var win = null;
	function xrpWin(mypage,myname,scroll){
	LeftPosition = (screen.width) ? (screen.width-980)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-670)/2 : 0;
	settings ="height=670,width=980,top="+TopPosition+",left="+LeftPosition+",scrollbars="+scroll+",status=no,resizable=no";
	win = window.open(mypage,myname,settings);
}

// Dewalt Prod Walk
var win = null;
	function prodVidWin(mypage,myname,scroll){
	LeftPosition = (screen.width) ? (screen.width-1191)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-670)/2 : 0;
	settings ="height=670,width=1191,top="+TopPosition+",left="+LeftPosition+",scrollbars="+scroll+",status=no,resizable=no";
	win = window.open(mypage,myname,settings);
}

// Hayward Baker
var win = null;
	function techniquesWin(mypage,myname,scroll){
	LeftPosition = (screen.width) ? (screen.width-947)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-326)/2 : 0;
	settings ="height=326,width=947,top="+TopPosition+",left="+LeftPosition+",scrollbars="+scroll+",status=no,resizable=no";
	win = window.open(mypage,myname,settings);
}


// Morgan Gerard
function mgPop(url){
 params  = 'width='+screen.width;
 params += ', height='+screen.height;
 params += ', top=0, left=0'
 params += ', fullscreen=yes';

 newwin=window.open(url,'windowname4', params);
 if (window.focus) {newwin.focus()}
 return false;
}

// Gore
var win = null;
	function goreWin(mypage,myname,scroll){
	LeftPosition = (screen.width) ? (screen.width-600)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-350)/2 : 0;
	settings ="height=350,width=600,top="+TopPosition+",left="+LeftPosition+",scrollbars="+scroll+",status=no,resizable=no";
	win = window.open(mypage,myname,settings);
}


// SPE
var win = null;
	function speWin(mypage,myname,scroll){
	LeftPosition = (screen.width) ? (screen.width-650)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-750)/2 : 0;
	settings ="height=750,width=650,top="+TopPosition+",left="+LeftPosition+",scrollbars="+scroll+",status=no,resizable=no";
	win = window.open(mypage,myname,settings);
}
