var width = 602;
var height = 443;
var x = (window.screen.width - width) / 2;
var y = (window.screen.height - height) / 2;

function DimensioningRequest()
{
    window.open("/mycf.services/DimensioningRequest/DimensioningRequest.aspx", "dimensioningRequest", "status=yes, width=" + width + ", height=" + height + ", left=" + x + "screenx=" + x  + ", top=" + y + ", screeny=" + y);
}

function Configurator()
{
    window.open("/mycf.services/3DConfigurator/Configurator.aspx", "configurator", "status=yes, width=" + width + ", height=" + height + ", left=" + x + "screenx=" + x  + ", top=" + y + ", screeny=" + y);
}

function ConfiguratorDemo()
{
    window.open("/mycf.services.demo/3DConfigurator/Configurator.aspx", "configuratorDemo", "status=yes, width=" + width + ", height=" + height + ", left=" + x + "screenx=" + x  + ", top=" + y + ", screeny=" + y);
}
