function changePage(pageName) {
    var url = document.location + "";
    var idx1 = url.indexOf("?") + 1;
    var idx2 = url.lastIndexOf("/") + 1;
    var rootUrl = url.substring(idx1, idx2);
    window.parent.location = rootUrl + pageName;
}

function getReturnPage(pageName){ 
var url = document.location + "";

var idx1=url.indexOf('://'); 
var idx2 = url.indexOf('/', idx1+3)
var finalURL = url.substring(0, idx2) + '/' + pageName;

return escape(finalURL);
}

function goToCarpet() {
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?CategoryID=32169&StoreID=' + dealerinfo.store_id;
}

function goToHardwood(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?CategoryID=32173&StoreID=' + dealerinfo.store_id;
}

function goToLaminate(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?CategoryID=32172&StoreID=' + dealerinfo.store_id;
}

function goToCeramic(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?CategoryID=32170&StoreID=' + dealerinfo.store_id;
}

function goToVinyl(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?CategoryID=32171&StoreID=' + dealerinfo.store_id;
}

function goToRugs(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?CategoryID=34040&StoreID=' + dealerinfo.store_id;
}

function goToBedford(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33909&StoreID=' + dealerinfo.store_id;
}

function goToDowns(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33908&StoreID=' + dealerinfo.store_id;
}

function goToFloorCraft(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33913&StoreID=' + dealerinfo.store_id;
}

function goToHearth(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33906&StoreID=' + dealerinfo.store_id;
}

function goToHomeCraft(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33907&StoreID=' + dealerinfo.store_id;
}

function goToNaturcor(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33911&StoreID=' + dealerinfo.store_id;
}

function goToResista(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33915&StoreID=' + dealerinfo.store_id;
}

function goToTerra(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33912&StoreID=' + dealerinfo.store_id;
}

function goToDesignDist(){
document.location = 'http://shop.flooringamerica.com/shared/pages/search/searchresult.aspx?BrandId=33910&StoreID=' + dealerinfo.store_id;
}




