// open terms and conditions popup
function termsWin() {	
	window.open("/terms_and_conditions.htm","termwin","toolbar=0,directories=0,location=0,height=460,width=500,resizable=0,scrollbars=yes,border=0,top=100,left=100");
}

