
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - login.js - */
// http://www.plone.org.pl/portal_javascripts/login.js?original=1
$(function(){var url=window.location.href;$("#login-link").click(function(){$('#came-from-input').val(url);$("#login-popup").slideToggle();return false})});

/* - ++resource++rpx.js - */
jQuery(document).ready(function() {

    jQuery("#input_olduser").click(function() {
        jQuery('#user_inpu t').show();
    });

    jQuery("#input_newuser").click(function() {
        jQuery('#user_input').hide();
	});
	
	jQuery('.rpxnow').click(function(){
		RPXNOW.default_provider = this.id;
		return false;
	});

});


