/***************************************************************************************************************
* Function		: LPF_pr_init()
* Description		: This is used in the premier public site homepage to call the image rotation functions
* Pre-requisites	: 1) A form with name "imgRotationData" should be defined
* 					2) 3 hidden form fields with names "relation", "recognition", "reward" should be defined
* 					3) 3 images with the names, "relation", "recognition", "reward", should be defined
* Parameter Usage	: Nil
* Location		: http://www.banking.hsbc.com.hk/hk/personal/bank/premier/common/js/pr01g.js
* Author		: Vivian Au (Ion Global)
* Creation Date		: 19 May 2004
* Side effect		: N/A
* Amendment History	:
* Date		By					Description
* ---------	------------	--------------------------------------------------------------------------------
*
***************************************************************************************************************/
function LPF_pr_init(){
	LocalPredefinedFunction('LPF_pr_timeStop;relationship;http://www.banking.hsbc.com.hk/hk/personal/bank/premier/images/0315g.gif;http://www.banking.hsbc.com.hk/hk/personal/bank/premier/images/0306g.gif;4000;1;imgRotationData;relationship');
	LocalPredefinedFunction('LPF_pr_timeStop;recognition;http://www.banking.hsbc.com.hk/hk/personal/bank/premier/images/0316g.gif;http://www.banking.hsbc.com.hk/hk/personal/bank/premier/images/0307g.gif;5500;1;imgRotationData;recognition');
	LocalPredefinedFunction('LPF_pr_timeStop;reward;http://www.banking.hsbc.com.hk/hk/personal/bank/premier/images/0317g.gif;http://www.banking.hsbc.com.hk/hk/personal/bank/premier/images/0308g.gif;7000;1;imgRotationData;reward');
}

/***************************************************************************************************************
* Function		: LPF_pr_onload()
* Description		: This is used in the premier public site homepage to call the init function when the page is loaded
* Pre-requisites	: Nil
* Parameter Usage	: Nil
* Location		: http://www.banking.hsbc.com.hk/hk/personal/bank/premier/common/js/pr01g.js
* Author		: Vivian Au (Ion Global)
* Creation Date		: 21 May 2004
* Side effect		: N/A
* Amendment History	:
* Date		By					Description
* ---------	------------	--------------------------------------------------------------------------------
*
***************************************************************************************************************/
function LPF_pr_onload(){
	document.onload = LocalPredefinedFunction('LPF_pr_init');
}
