
	function pageLoad(){
		if(window.top!=this)
			window.top.location=window.location
		switch(getObj('pageState').value){
			case '1':
				register()
			break
			case '2':
				prdr()
			break
		}	
	}
	
	function register(){
		wndOpen('/login/decl.aspx',500,300,this)
	}
	
	function rdr(){
		try{
			getObj('bRegister').click()
		}catch(e){}
	}
	
	function login(){
		window.location='/reg/details.aspx'
	}
	
	function prdr(){
		wndOpen('/login/regdetails/declaration.aspx',500,300,this)
	}
			
			

	

	
