
function OpenBenefitsOfLeasingPopUp(SitePath)
{
	PopUpWidth = 750;
	PopUpHeight = 350;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/BenefitsOfLeasing.htm", 
		"BenefitsOfLeasing", 
		"scrollbars=1,location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
} 

function OpenOrderInfoPopUp(SitePath, AnchorName)
{
	AnchorName = AnchorName || ''
	
	PopUpWidth = 550;
	PopUpHeight = 350;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/OrderInfo.htm" + AnchorName, 
		"OrderInfo", 
		"scrollbars=1,location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
} 

function OpenPrivacyPolicyPopUp(SitePath)
{
	PopUpWidth = 550;
	PopUpHeight = 350;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/PrivacyPolicy.htm", 
		"PrivacyPolicy", 
		"scrollbars=1,location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
} 

function OpenReturnPolicyPopUp(SitePath)
{
	PopUpWidth = 550;
	PopUpHeight = 350;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/ReturnPolicy.htm", 
		"ReturnPolicy", 
		"scrollbars=1,location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
} 
function OpenCVVPopUp(SitePath)
{
	PopUpWidth = 550;
	PopUpHeight = 350;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/CVVCode.htm", 
		"CVVCode", 
		"scrollbars=1,location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
} 
function OpenLowPriceGuaranteePopup(SitePath)
{
	PopUpWidth = 550;
	PopUpHeight = 350;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/LowPriceGuarantee.htm", 
		"CVVCode", 
		"scrollbars=1,location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
} 
function OpenEquipmentSerialNumberLocationPopUp(SitePath)
{
	PopUpWidth = 450;
	PopUpHeight = 250;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/EquipmentSerialNumberLocation.htm", 
		"EquipmentSerialNumberLocation", 
		"scrollbars=1,location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
}

function OpenFreightShippingInstructionsPopUp(SitePath)
{
	PopUpWidth = 400;
	PopUpHeight = 200;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/FreightShippingInstructions.htm", 
		"FreightShippingInstructions", 
		"location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
}

function OpenTechPackInstructionsPopUp(SitePath)
{
	PopUpWidth = 400;
	PopUpHeight = 300;
	PopUpLeft = (screen.width - PopUpWidth) / 2;
	PopUpTop = (screen.height - PopUpHeight) / 2;
	
	mywindow = window.open (SitePath + "PopUp/TechPackInstructions.htm", 
		"TechPackInstructions", 
		"location=0,status=0,width=" + PopUpWidth + ",height=" + PopUpHeight + ",left=" + PopUpLeft + ",top=" + PopUpTop);
}