<!-- Following script opens Privacy Policy window -->
var privacyWindow;

function openPrivacyWin(url)
{
	var winTop = (screen.height / 2) - 200;
	var winLeft = (screen.width / 2) - 200;
	
	var windowFeatures = "width=400,height=400,";
	windowFeatures = windowFeatures + "left=" + winLeft + ",";
	windowFeatures = windowFeatures + "top=" + winTop + ",";
	windowFeatures = windowFeatures + "resizable,scrollbars";

	noticeWindow = window.open(url,"privacyWin",windowFeatures);
	noticeWindow.focus();
	return false;
}


<!-- Following script opens Privacy Policy window -->
var marketoWindow;

function openmarketoWin(url)
{
	var winTop = (screen.height / 2) - 350;
	var winLeft = (screen.width / 2) - 350;
	
	var windowFeatures = "width=700,height=700,";
	windowFeatures = windowFeatures + "left=" + winLeft + ",";
	windowFeatures = windowFeatures + "top=" + winTop + ",";
	windowFeatures = windowFeatures + " ";

	noticeWindow = window.open(url,"marketo",windowFeatures);
	noticeWindow.focus();
	return false;
}

<!-- Following script opens Privacy Policy window -->
var marketoWindow;

function openmarketoWin2(url)
{
	var winTop = (screen.height / 2) - 350;
	var winLeft = (screen.width / 2) - 410;
	
	var windowFeatures = "width=820,height=700,";
	windowFeatures = windowFeatures + "left=" + winLeft + ",";
	windowFeatures = windowFeatures + "top=" + winTop + ",";
	windowFeatures = windowFeatures + " ";

	noticeWindow = window.open(url,"marketo2",windowFeatures);
	noticeWindow.focus();
	return false;
}

<!-- Following script opens Privacy Policy window -->
var marketoWindow;

function openmarketoWin3(url)
{
	var winTop = (screen.height / 2) - 425;
	var winLeft = (screen.width / 2) - 500;
	
	var windowFeatures = "width=1000,height=850,";
	windowFeatures = windowFeatures + "left=" + winLeft + ",";
	windowFeatures = windowFeatures + "top=" + winTop + ",";
	windowFeatures = windowFeatures + " ";

	noticeWindow = window.open(url,"marketo3",windowFeatures);
	noticeWindow.focus();
	return false;
}
