
$(function() {
	
	// On Edit.php
	$('#tooltip_pawn_management').qtip({
	   content: 'Capture pawn transaction details for new and existing customers, maintain payment history, redeems and forfeits. Describe product brands, models, and generate labels, tickets, and comply with law enforcement reporting mandates',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_sales_management').qtip({
	   content: 'Capture sales transaction details by brands, and models. Track your inventory, cost of goods sold, inventory turn and profit margins. Expedite sales by scanning barcodes. Utilize UPC codes, serial numbers and rapidly identify actual costs to facilitate negotiations',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_layaways_management').qtip({
	   content: 'Capture layaway transaction details including products by brand, model, and serial numbers. Maintain payment history and generate receipts, and reports to track profits',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_repairs_management').qtip({
	   content: 'Capture repair transaction details including pictures, fees and product descriptions',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_forfeits_management').qtip({
	   content: 'Manage forfeit dates and coordinate pulls in to inventory. Generate reports and text notifications prior to forfeiture to encourage customers to come in for payments',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});

	$('#tooltip_split').qtip({
	   content: 'Have the ability of splitting up jewelry pieces such as a necklace with stones so they can be sold separately or combining multiple items to sell as a package like DJ equipment or grouping DVD\'s',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	
	$('#tooltip_customer_history').qtip({
	   content: 'View detailed transaction history with pictures of every item each customer has pawned, sold, and/or redeemed. Quickly assess customer\'s history to determine whether to pawn or buy while giving consideration to repeat customers',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_id_scanning').qtip({
	   content: '3-track magnetic strips or 2D barcodes to read customer IDs and rapidly populate customer information in to PawnMaster thereby reducing time and errors while capturing transactions',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_pictures_management').qtip({
	   content: 'Capture pictures of items to be taken either for jewelry, or all other items as well as customer pictures and IDs',
	  style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_audit_control').qtip({
	   content: 'Get a detailed history of actions for a single or all employees over a date range. You can also look for specific actions. Print or view a multi-page report for a selected employee',
	  style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_cash_drawer_management').qtip({
	   content: 'Each employee can have their own cash drawer ideally or you can use one cash drawer for the whole day.  Facilitate balancing of cash drawers, transfers from vault, and enable blind closeouts',
	  style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	// On Contacts.php
	$('#tooltip_remote_store_payments').qtip({
	   content: 'Ability to take remote store payments from any store while verifying payment at each location via phone with entry of generated codes that must be entered',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_mass_inventory').qtip({
	   content: 'Mass inventory price changes can be made to any item type, bin, metal with no stones, or all inventory by increasing or decreasing the percentage',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
// On autoresponders.php
	$('#tooltip_store_store').qtip({
	   content: 'Transfer items between stores with a verification process that requires a 10 digit code to ensure proof of acceptance of all items transferred',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_inventory_control').qtip({
	   content: 'Apply bar codes to labels that can facilitate binning, tracking, physical inventories, and to expedite transactions by the cashier',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_employee_profitability').qtip({
	   content: 'Review employee profits by date range, transaction #, customer #, pawn amount, buy amount, all sales amounts, service charges, redeems / principle, gross profit of sales, commission ratios, and commissionable profit. Compare one employee to all employees',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_security').qtip({
	   content: 'Implement security levels by job and responsibility ensuring employees are not interfering with the system and embezzling. Monitor employee activities and differentiate privileges for regular employees, supervisors, store managers, district managers, and owners. Limit User Login and protect passwords with biometric fingerprint scanning',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_shop_analysis_statistics').qtip({
	   content: 'Review the average pawn amount, purchase amount, sale amount, service payment amount, and repurchase payment amount for a date range',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
		$('#tooltip_ofac_compliance').qtip({
	   content: 'Monitor all transactions real-time against the federal SDN List as well as transactions that are suspect to criminal activity and reported on the 8300 form. Any person engaged in a trade or business who revolves cash in excess of $10,000 in a single transaction or in two or more related transactions in a 24 hour period must be reported',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
		$('#tooltip_anti-money').qtip({
	   content: 'Print a listing of customers that have pawned, sold, made payments, and purchased more than a user defined amount entered as a System Information Question in cash in a 365 day period that you enter',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	
	// add ons
	
			$('#tooltip_keydx_online_reporting').qtip({
	   content: 'Businesses can protect and monitor operations with this robust on-line web service, a central repository to access data, gather store metrics, performance intelligence, and export data to a CSV or Excel format. Allows the viewing of common customers across stores as well as inventory items',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
		$('#tooltip_quick_quote').qtip({
	   content: 'Give instant Metal quotes to your customers to help reduce waiting in line for help. Track quotes given and declined offers',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_price_guide').qtip({
	   content: 'Will help you determine the highest and lowest amounts paid as well as a median price. It also shows you how long items have been in inventory and quantity on hand',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_loan_audit').qtip({
	   content: 'Enables the shop owner to quickly scan for known "red flags"; pawns and buys over a specific amount or date range to see how much was loaned, the employee that loaned the item, a picture of the item, and a detail description of the item',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_optical_id_scanning').qtip({
	   content: 'Quickly put a picture of the ID on file and populate the customer input fields with one scan or pull up a customer\'s transactions when they come in to make a payment',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_biometric').qtip({
	   content: 'Make employees accountable for their transactions without fear of compromised passwords, provide law enforcement with fingerprints, can also be used to verify customers to prevent fraud prevention, and employee clocking in and out throughout the day',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_wireless_inventory').qtip({
	   content: 'The MC9090 scanner communicates wirelessly and directly with the PawnMaster database and gives you real-time data descriptions, pictures and bin locations as the label is scanned. It is Ideal for reviewing high valued items, binning on the fly, expediting inventory and shortening discrepancy lists',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
	
	$('#tooltip_gl_export').qtip({
	   content: 'Can post a detailed listing/itemized transaction to QuickBooks or post a summary of each transaction type for the day',
	   style: { 
		  width: 350,
		  padding: 3,
		  background: '#222222',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 1,
			 radius: 2,
			 color: '#C1272D'
		  },
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
 	  },
	  position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
	   }
	});
			
});

