var popups_arr = new Array("js_divUserLogin", "js_register_holder", "js_divUserForgottenPassword"); function showPopup(name) { hidePopups(); if($(name)) $(name).show(); } function hidePopup(name) { if($(name)) $(name).hide(); } function hidePopups() { for(var i=0; i