function wemisphereAgreementWindow( which )
{
	var	agreeWindow = window.open( which, "agreeWindow", "width=500,height=600,resizeable,scrollbars" );
}

function wemisphereAUPWindow()
{
	wemisphereAgreementWindow( "/static/agreeAUP.html" );
}

function wemisphereSILDWindow()
{
	wemisphereAgreementWindow( "/static/agreeSILD.html" );
}

