function letternumber(e){var key;var keychar;if(window.event)
key=window.event.keyCode;else if(e)
key=e.which;else
return true;keychar=String.fromCharCode(key);keychar=keychar.toLowerCase();if((key==null)||(key==0)||(key==8)||(key==9)||(key==13)||(key==27))
return true;else if((("abcdefghijklmnopqrstuvwxyz0123456789-'()[]$_+&-!,.:; ").indexOf(keychar)>-1))
return true;else
return false;}
function iFrameHeight(){if(document.getElementById&&!(document.all)){h=document.getElementById('PLAYLISTframe').contentDocument.body.scrollHeight;document.getElementById('PLAYLISTframe').style.height=h;}
else if(document.all){h=document.frames('PLAYLISTframe').document.body.scrollHeight;document.all.PLAYLISTframe.style.height=h;}}
function showTabs(){if(document.getElementById){document.getElementById('PLAYLIST').style.display='block';document.getElementById('STATUS').style.display='block';}
else{if(document.layers){document.PLAYLIST.display='block';document.STATUS.display='block';}
else{document.all.PLAYLIST.style.display='block';document.all.STATUS.style.display='block';}}
$(function(){$('.slide-out-PL').tabSlideOut({tabHandle:'.handle1',pathToTabImage:'http://www2.loudtronix.com/alook/results1/images/playlist_tab.gif',imageHeight:'102px',imageWidth:'27px',tabLocation:'left',speed:300,action:'click',topPos:'29px',leftPos:'20px',fixedPosition:true});});$(function(){$('.slide-out-STATUS').tabSlideOut({tabHandle:'.handle2',pathToTabImage:'http://www2.loudtronix.com/alook/results1/images/status_tab.gif',imageHeight:'102px',imageWidth:'27px',tabLocation:'left',speed:300,action:'click',topPos:'229px',leftPos:'20px',fixedPosition:true});});}
$(document).ready(function(){$(".signin").click(function(e){e.preventDefault();$("fieldset#signin_menu").slideToggle("fast",function(){$("input.usernamefocus:last").focus();});$(".signin").toggleClass("menu-open");});$("fieldset#signin_menu").mouseup(function(){return false});$(document).mouseup(function(e){if($(e.target).parent("a.signin").length==0){$(".signin").removeClass("menu-open");$("fieldset#signin_menu").hide();}});});
