var components = parent.document.location.pathname.split("/");
var vpath = "/" + components[1] + "/" + components[2] + "/";

//Used to maintain the client session timestamp
function updsession(url) {
   if(url != "") {
	  // var location=("http://www.everydayplastics.com" + url);
	  var location=(url);
	  this.location.href = location;
   }
}

function proceed_to_checkout() {
   this.location.href = "https://www.everydayplastics.com/cart.php";
}

function refDimNav(parms)
{
	updsession(parms);
}

var pages = ['http://www.everydayplastics.com','/request-quote.php','/request-call.php','/search-entry.php']
function goTo(pageIndex){
	document.location = pages[pageIndex];
	return true;
}
