function SecureSite(reqPage){
if (reqPage == 'Login'){
    open('https://www.sacd.co.za/secure/login.html','_self');
	};
if (reqPage == 'Registration'){
    open('https://www.sacd.co.za/secure/Registration.html','_self');
	};
if (reqPage == 'Contact'){
    open('https://www.sacd.co.za/secure/Contact.html','_self');
	};
}

