function changeImage(objId, imagePath)
{
    document.getElementById(objId).src = imagePath;
}

function OpenSpecifications(strollerId)
{
    window.open("/StrollerSpecifications.aspx?sIds=" + strollerId, "specs", "status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,width=410,height=500");
}