var playerSkin_CSS = { //{BR} is substituted with the value of BitRate/1000 and {SR} is substituted the value of SamplingRate/1000 in 'streaminfo_format' later. //For example below expression may look like: 128kbps / 44.1kHz streaminfo_format : '{BR}kbps / {SR}kHz', //default values below display when stream information is not available stationinfo_default : "KK's PSP Radio (killzone_kid@hotmail.co.uk)", songinfo_default : "Song information is unavailable", streaminfo_default : "0kbps / 0kHz", toString : function () { css = ''; css += '.backgroundimg {position:fixed; top:0px; left:0px; visibility:visible;}'; css += '.animationimg {position:fixed; top:42px; left:378px; background:#000; border:2px outset #666; visibility:hidden;}'; css += '.stationinfo {position:fixed; left:0px; top:1px; width:476px; color:#fff display:block; border:2px outset #666; background:#000;}'; css += '.songinfo {position:fixed; left:0px; top:18px; width:476px; color:#fff display:block; border:2px outset #666; background:#000;}'; css += '.streaminfo {position:fixed; color:#fff; top:52px; left:246px; display:block; border:2px outset #666; background:#000;}'; return css; delete css; } }; var menubarLayout = { toString : function () { mb = ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; return mb; delete mb; } }; var styleVars = { _kbdivbgColor : '#404040', _kbdivbgColorSelected : '#eb0000', _framewrapperTopNormal : 93, _framewrapperTopShrunk : 28, _menubarTopNormal : 80, _menubarTopShrunk : 15, _statusbarBgColor : ['#0000ff','#00ff00','#ff0000'], BOTTOM_BIT : function () { return '
'; }, NEW_CAT : 'NEW CATEGORY --->', UPDATE_SPEED : 500, BUFFER_TIMEOUT : 5000, CLICK_ON : true }; var menu_CSS = { toString : function () { css = ''; css += 'body {background-color:#000000; padding-left:10px; padding-right:10px; color: #dddddd; font-size:12px;}'; css += '.menu-period {width:20px;}'; css += '.menu-cathead-td {text-align:center; height:18px; font-weight:bold; font-size:12px; color:#ffffff; background-color:#7777777;}'; css += 'a {color:#eeeeee; font-weight:bold;}'; return css; delete css; } };