﻿$("#floppy-gif").qtip({
	style: { 
      width: 140,
      padding: 5,
      textAlign: 'left',
      fontSize: 11,
      tip: 'topMiddle',
      name: 'light' 
   },
	position: { corner: { target: 'center', tooltip: 'topMiddle'}},
	content: '<u>Pin&nbsp;&nbsp;&nbsp;Voltage (Color)</u><BR>&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;+5V (Red)<BR>&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;COM (Black)<BR>&nbsp;3&nbsp;&nbsp;&nbsp;&nbsp;COM (Black)<BR>&nbsp;4&nbsp;&nbsp;&nbsp;&nbsp;+12V (Yellow)',
	show: 'mouseover',
	hide: 'mouseout'
})
