function openWindowLarge(url)
{
popupWin = window.open(url,'new_page','width=495,height=694,resizable=1,scrollbars=no');
}

function openWindowEmail(url)
{
popupWin = window.open(url,'new_page','width=700,height=700,resizable=1,scrollbars=no');
}



function unhideRetrive() {
document.getElementById("Retrive").style.display = "inline";
}

function unhidePreview() {
document.getElementById("Preview").style.display = "inline";
}


function switchAction()
{
document.Step2Action.action = "builder.asp";
document.Step2Action.submit();
}