// JavaScript Document
	function ApplyOnLine() {
		var url='partner_reg.asp?status=ok';
		window.location=url;
	}
