﻿sIFR.replace(s, {
    selector: '#sign-up-subtitle',
    wmode: 'transparent',
    css: {
        '.sIFR-root': {
            'color': '#3284b1',
            'font-weight': 'bold'
        }
    }
});

function next(num) {
	for(i=1; i < 6; i++) {
		hideElement('sign-up-panel-' + i);
	}
	showElement('sign-up-panel-' + num);
}
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();