function setcolorpic(color)
{
    return modern_setcolorpic(color);
}

function InLocationPop(LocID)
{
	var ProductID = document.getElementById("ProductID").value;
	// StartEnd(topStart, topEnd, leftStart, leftEnd, widthStart, widthEnd, heightStart, heightEnd) 
	se = new StartEnd(175, 2, 548+132*(LocID-1), 0, 107, 513, 82, 395);
	if (InLocPresent[LocID]) ShowLargeImage("ZoomImage", "images/product/InLocLarge/" + ProductID + "_" + LocID + ".jpg", "images/product/InLocIcon/" + ProductID + "_" + LocID + ".jpg", se, false, "InLoc" + LocID, 40);
}
