//pathInfo1.js - call this file in case of 1 level lower from root

var routeToRoot = "../";

var imgPath = routeToRoot + "images/";
var navImgPath = imgPath + "navi/";
var pnavImgPath = imgPath + "products_navi/";


