// Last Modified: 06 07 12
// ©2006 Computer Magic Solutions, LLC
// Do not mirror, redistribute, or copy in any way without permission from Computer Magic Solutions, LLC 

var t=new Array()
<!-- Windows System Key Combinations -->
t[0]='To get help in any program hit the the [F1] key.'
t[1]='Another way to open the Start Menu is to hold the [CTRL] key and then hit the [ESC] key or the [Microsoft Flag] key'
t[2]='To switch between open programs hold [ALT] key and the hit the [TAB] until you reach your desired program.'
t[3]='Another way to close any program is to hold the [ALT] key and then hit the [F4] key.'
t[4]='To permanently delete an item in any program hold the [SHIFT] key and then hit the [DELETE] key.'

<!-- Windows Program Key Combinations -->
t[5]='To Cut an item hold the [CTRL] key and then hit the [X] key.'
t[6]='To Copy an item hold the [CTRL] key and then hit the [C] key.'
t[7]='To Paste an item hold the [CTRL] key and then hit the [V] key.'
t[8]='To Undo the last change you made hold the [CTRL] key and then hit the [Z] key.'
t[9]='To <strong>bold</strong> an item highlight it and hold the [CTRL] key and then hit the [B] key.'
t[10]='To <u>underline </u> an item highlight it and hold the [CTRL] key and then hit the [U] key.'
t[11]='To make an item <em>Italic</em> highlight it and hold the [CTRL] key and then hit the [I] key.'

var whichtip=Math.floor(Math.random()*(t.length))
document.write(t[whichtip])
document.write('<br><br><a href="tips.html">See More Tips</a>')
