<!--//
var prrules = {
	'#mp1' : function(el){
		el.onclick = function(){
			requestPageContents(12);
		}
	},
	'#mp2' : function(el){
		el.onclick = function(){
			requestPageContents(13);
		}
	},
	'#mp3' : function(el){
		el.onclick = function(){
			requestPageContents(14);
		}
	},
	'#mp4' : function(el){
		el.onclick = function(){
			requestPageContents(15);
		}
	}	
};

Behaviour.register(prrules);
//-->