function roll(id, state) {
	document.getElementById(id).src = "/content/presentation/www/images/" + id + "_" + state + ".gif";
}

function pLogin(h){
	setMyAccountCloseHook(function(){
		if ( readCookie('PR_SUB') != 'undefined' && readCookie('PR_SUB') == '1' ) location.href = h;
	});
	MA_showLogin();
	
}