function login(showhide){if(showhide=="show"){document.getElementById('loginbox').style.visibility="visible";document.getElementById('myccbox').style.visibility="hidden";}else if(showhide=="hide"){document.getElementById('loginbox').style.visibility="hidden";document.getElementById('myccbox').style.visibility="visible";}}<!--
function load1(form){var url=form.profiles.options[form.profiles.selectedIndex].value;if(url!='')location.href=url;return false;}