
function popupWindow1()
{
	//fill in url of popup window and modify height, width, and window properties
	var url = "http://www.LunaImaging.com/insight_support/restricted/popups/pop1.html";
	var opts = "toolbar=no,status=no,location=no,menubar=no,resizable=yes,height=350,width=500,scrollbars=yes";

	closer = window.open("", "PopUp", opts);
	closer.focus();
	closer.location = url;
}

function popupWindow2()
{
	//fill in url of popup window and modify height, width, and window properties
	var url = "http://www.LunaImaging.com/insight_support/restricted/popups/pop2.html";
	var opts = "toolbar=no,status=no,location=no,menubar=no,resizable=yes,height=350,width=500,scrollbars=yes";

	closer = window.open("", "PopUp", opts);
	closer.focus();
	closer.location = url;
}

function popupWindow3()
{
	//fill in url of popup window and modify height, width, and window properties
	var url = "http://www.LunaImaging.com/insight_support/restricted/popups/pop3.html";
	var opts = "toolbar=no,status=no,location=no,menubar=no,resizable=yes,height=350,width=500,scrollbars=yes";

	closer = window.open("", "PopUp", opts);
	closer.focus();
	closer.location = url;
}

function popupWindow4()
{
	//fill in url of popup window and modify height, width, and window properties
	var url = "http://www.LunaImaging.com/insight_support/restricted/popups/pop4.html";
	var opts = "toolbar=no,status=no,location=no,menubar=no,resizable=yes,height=350,width=500,scrollbars=yes";

	closer = window.open("", "PopUp", opts);
	closer.focus();
	closer.location = url;
}

function popupWindow5()
{
	//fill in url of popup window and modify height, width, and window properties
	var url = "http://www.LunaImaging.com/insight_support/restricted/popups/pop5.html";
	var opts = "toolbar=no,status=no,location=no,menubar=no,resizable=yes,height=350,width=500,scrollbars=yes";

	closer = window.open("", "PopUp", opts);
	closer.focus();
	closer.location = url;
}

function popupWindow6()
{
	//fill in url of popup window and modify height, width, and window properties
	var url = "http://www.LunaImaging.com/insight_support/restricted/popups/pop6.html";
	var opts = "toolbar=no,status=no,location=no,menubar=no,resizable=yes,height=350,width=500,scrollbars=yes";

	closer = window.open("", "PopUp", opts);
	closer.focus();
	closer.location = url;
}

function popupWindow7()
{
	//fill in url of popup window and modify height, width, and window properties
	var url = "http://www.LunaImaging.com/insight_support/restricted/popups/pop7.html";
	var opts = "toolbar=no,status=no,location=no,menubar=no,resizable=yes,height=350,width=500,scrollbars=yes";

	closer = window.open("", "PopUp", opts);
	closer.focus();
	closer.location = url;
}

function popupWindow8()
{
	//fill in url of popup window and modify height, width, and window properties
	var url = "http://www.LunaImaging.com/insight_support/restricted/popups/pop8.html";
	var opts = "toolbar=no,status=no,location=no,menubar=no,resizable=yes,height=350,width=500,scrollbars=yes";

	closer = window.open("", "PopUp", opts);
	closer.focus();
	closer.location = url;
}
