var IOTextStyle = "font-size: 12; font-family: Arial; border:1px solid"
var DMTextStyle = "background-color:#80ffff; color:#000000; font-size: 12; font-family: Arial; border:1; border-color:#90ffff;"
var DMfieldWidth = 3 // no. of characters in the text field
var LCDTextStyle = "font-size:13px; font-family: Arial; font-weight:normal; font-style:normal"
var msgStyle = "font-size:14px; font-family: Arial; font-weight:bold; font-style:italic;' align='center"
function userPreference()
{
bgimagesrc="http://coldtronics.com/background/panel2.jpg" // link to your background image
LCDXY = [22,52] // starting [x,y] location of LCD panel
LCDSIZE=[185,21] // [width, height] of each line of LCD
LCDbgColor = '#ffffAA' // LCD background color in RGB value. Can also be set as "white" for white background
LCDTextColor = 'black' // LCD text color
IOname = ['Reset','Reset','Reset','Reset','Reset','Reset','Reset','Reset']
IOnameColor = 'black'
IOwidth = 80 // Fixed width for I/O button. Set to 0 for Auto width.
IOheight= 0 // Use Auto height.
IOLocX = [70,70,70,70,70,70,70,70]
IOLocY = [140,140,140,140,140,140,140,140]
ONcolor= 'yellow' // 'yellow' can also be written in RGB value as '#ffff00'
OFFcolor='grey' // 'grey' can also be written in RGB value as '#7f7f7f'
// Font and color Point for DM labels are defined by <style>body{} at the top of this page
DMlabel =['High Alarm Set (Ret)','Low Alarm Set (Ret)','Diff.( > Ret - Suction)','Time Delay']
DMlabelBgColor = '#efffff'
Bookmarks