﻿var utpAccount = "";
var utpMenu = "";
var utpHeight = "1200px";
var utpWidth = "750px";
var utpHost = "";

function utpCatalogList() {
    document.write("<iframe scrolling=\"no\" frameborder=\"0\" width=\"" + utpWidth + "\" height=\"" + utpHeight + "\"");
    document.write(" src=\"");
    if(utpHost != "") document.write(utpHost);
    else document.write("/builder");
    document.write("/itemlist.aspx?storeid=" + utpAccount + "&menuid=" + utpMenu + "\"");
    document.write(" ></iframe>");
}

function utpShoppingCart() {
    document.write("<iframe scrolling=\"no\" frameborder=\"0\" width=\"" + utpWidth + "\" height=\"" + utpHeight + "\"");
    document.write(" src=\"");
    if(utpHost != "") document.write(utpHost);
    else document.write("/builder");
    document.write("/shoppingbag.aspx?storeid=" + utpAccount + "\"");
    document.write(" ></iframe>");
}

function utpUserAccounts() {
    document.write("<iframe scrolling=\"no\" frameborder=\"0\" width=\"" + utpWidth + "\" height=\"" + utpHeight + "\"");
    document.write(" src=\"");
    if(utpHost != "") document.write(utpHost);
    else document.write("/builder");
    document.write("/acct/default.aspx?storeid=" + utpAccount + "\"");
    document.write(" ></iframe>");
}

function utpContentPage() {
    document.write("<iframe scrolling=\"no\" frameborder=\"0\" width=\"" + utpWidth + "\" height=\"" + utpHeight + "\"");
    document.write(" src=\"");
    if(utpHost != "") document.write(utpHost);
    else document.write("/builder");
    document.write("/content.aspx?storeid=" + utpAccount + "&wpid=" + utpMenu + "\"");
    document.write(" ></iframe>");
}

function utpSiteMap() {
    document.write("<iframe scrolling=\"no\" frameborder=\"0\" width=\"" + utpWidth + "\" height=\"" + utpHeight + "\"");
    document.write(" src=\"");
    if(utpHost != "") document.write(utpHost);
    else document.write("/builder");
    document.write("/sitemap.aspx?storeid=" + utpAccount + "&wpid=" + utpMenu + "\"");
    document.write(" ></iframe>");
}