function finish()
{

var x=document.getElementById("doneForm")
x.submit();

}
function changePic1f(cpbool)
{

var x=document.getElementById("registermenu")

x.changePic1.value=cpbool;
x.action="index.jsp?content=5";x.submit();

}
function changePic2f(cpbool)
{

var x=document.getElementById("registermenu")

x.changePic2.value=cpbool;
x.action="index.jsp?content=5";x.submit();

}

function y(page)
{

var x=document.getElementById("registermenu")
this.document.main.page.value=page;


x.action="popupresults.jsp?";x.submit();
}
function beAgent()
{

var x=document.getElementById("registermenu")



x.action="index.jsp?";
x.submit();


}
function dontBeAgent()
{

var x=document.getElementById("registermenu")



x.action="index.jsp?content=5";
x.submit();
}

