function openSignUp()
	{
	window.open("step1.html", "weirWindow", 'width=610,height=600,resizable=0,scrollbars=yes,menubar=no,status=no');
	}


function openSignUp2()
	{
	window.open("default.htm", "weirFlowWindow", 'width=600,height=510,resizable=0,scrollbars=yes,menubar=no,status=no');
	}
	
function openAccount()
	{
	window.open("currentClients/currentClientsEditAccount.html", "weirFlowWindow", 'width=600,height=510,resizable=0,scrollbars=yes,menubar=no,status=no');
	}	
	
function openBulletin(pagename)
	{
	window.open(pagename, "bulletins", 'width=450,height=300,resizable=0,scrollbars=yes,menubar=no,status=no');
	}		


function jasMyThing(){

	parent.frames[1].focus();
	parent.frames[1].print();
}

function myAccountMessage(){

	alert("Thank you for updating your information! All accounts are frozen until after the next filing.");

}


function jasNow() {
	var months=new Array(13);
	months[1]="January";
	months[2]="February";
	months[3]="March";
	months[4]="April";
	months[5]="May";
	months[6]="June";
	months[7]="July";
	months[8]="August";
	months[9]="September";
	months[10]="October";
	months[11]="November";
	months[12]="December";
	var time=new Date();
	var lmonth=months[time.getMonth() + 1];
	var date=time.getDate();
	var year=time.getYear();
	if (year < 2000)    
	year = year + 1900; 
	document.write("<center>" + lmonth + " ");
	document.write(date + ", " + year + "</center>");
}

function jasDecline() {

	uSure = confirm("Thank you for considering Weir & Partners for representation.\n\nIf at any time you change your mind, you may log back in and continue the Engagement Process.\n\nClick 'OK' to end your session.\n Click 'Cancel' to return to the Engagement Letter.");
		if (uSure == false){
			return false;
			}
		if (uSure == true){
			window.close();
		}
}


function jasAccept() {

	document.location.href = "welcome.asp";

}

function jasAccept2() {

	document.forms[0].submit();

}

function jasSubMe() {
	if(validate()) {
		document.forms[0].submit();
	}

}

