function OnCareAndMaintain(subID)
{
	var nWidth = 650;
	var nHeight = 460;
	var nLeft = (screen.width - nWidth) / 2;
	var nTop = (screen.height - nHeight) / 2 - 15;

	options = "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, top=" + nTop + ", left=" + nLeft + ", width=" + nWidth + ", height=" + nHeight;
	window.open("details.asp?type=Care%20And%20Maintenance&id=" + subID, "Description", options);
}

function OnHowToInstall(subID)
{
	var nWidth = 650;
	var nHeight = 460;
	var nLeft = (screen.width - nWidth) / 2;
	var nTop = (screen.height - nHeight) / 2 - 15;

	options = "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, top=" + nTop + ", left=" + nLeft + ", width=" + nWidth + ", height=" + nHeight;
	window.open("details.asp?type=How%20To%20Install&id=" + subID, "Description", options);
}

function OnZoomPicture(strPartNo, dblPricePerSqft, dblRetailPrice, strProductName, strZoomObject)
{
	var nWidth = 550;
	var nHeight = 500;
	var nLeft = (screen.width - nWidth) / 2;
	var nTop = (screen.height - nHeight) / 2 - 15;

	options = "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=1, top=" + nTop + ", left=" + nLeft + ", width=" + nWidth + ", height=" + nHeight;
	window.open("zoompic.asp?pn=" + strPartNo + "&pricepersqft=" + dblPricePerSqft + "&retailprice=" + dblRetailPrice + "&name=" + strProductName + "&obj=" + strZoomObject, "Description", options);
}

function OnZoomArearugPicture(strPartNo)
{
	var nWidth = 320;
	var nHeight = 440;
	var nLeft = (screen.width - nWidth) / 2;
	var nTop = (screen.height - nHeight) / 2 - 15;

	options = "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, top=" + nTop + ", left=" + nLeft + ", width=" + nWidth + ", height=" + nHeight;
	window.open("zoomrug.asp?pn=" + strPartNo, "Description", options);
}
