function TooltipText(x)
{
	var x;

	switch(x)
	{
		
		case "back printing":
			return("Select this option if you need the back side of the card printed as well.");
		case "barcoding":
			return("Our systems are able to print most barcode formats. Some of the common formats are 3 of 9, UPC, Codabar, code 128, EAN/ANSI, etc... Barcodes work best with black printing.");
		case "colored stock":
			return("Select this option if you wish to have a different color card stock. We carry the following colors: BLACK, HOSPITAL BLUE, RED, GREEN, ORANGE, and YELLOW.");
		case "composite card":
			return("Composite cards have an expected life five to six time greater than industry standard PVC cards. These cards are composed of 70% PVC and 30% polyester.  It is ideal for high-wear applications that also require maximum card life.");
		case "new order":
			return("Select this option if you are a new customer, or if you require a new card template/design.");
		case "HICO mag":
			return("High Coercivity (aka HICO) are generally black and store information more securely than LOCO magnetic stripes. <br><b>Note:</b> Before placing your order, please make sure your card reader is compatible with HICO magnetic stripe cards.");
		case "holo overlay":
			return("This is a transparent overlay covered with a holographic image that can be placed onto the card. It is ideal for security as the holographic overlay cannot be easily altered or duplicated.");
		case "LOCO mag":
			return("Low Coercivity (aka LOCO) are generally brown and store information less securely than HICO magnetic stripes. <br><b>Note:</b> Before placing your order, please make sure your card reader is compatible with LOCO magnetic stripe cards.");
		case "mag encoding":
			return("Our magnetic stripe encoding standard is ISO 7811. There are 3 tracks available to encode your information.");
		case "metallic stock":
			return("Select this option if you want metallic card stock. The metallic cards we carry are COPPER, GOLD, and SILVER.");
		case "proofing":
			return("A mock-up card showing how your cards are intended to appear when finished.  It will be sent to you as a digital image so you could review it and check for errors before production starts.");
		case "re-order":
			return("Select this option if you are a returning customer and would like to order the same design as your previous order.");
		case "rush service":
			return("Rush Service");
		case "scratch-off":
			return("Scratch-off panels are used to cover passwords, codes, or other types of information. Once applied to the card, the cardholder can scratch off the panel to reveal the information underneath it. They are great for lottery cards, bank cards, telephone cards, prizes, or special discounts cards.");
		case "sequential barcoding":
			return("Our systems are able to print most barcode formats. Some of the common formats are 3 of 9, UPC, Codabar, code 128, EAN/ANSI, etc... Give us your starting number and we'll do the auto sequencing. Barcodes work best with black printing.");
		case "sequential numbering":
			return("With this option, we will number your cards sequentially. (eg. 0001, 0002, 0003, etc..) Just give us the starting and ending number of the range you desire.");
		case "slot punching":
			return("Select this option if you require a slot hole in the card for a strap clip, lanyard, or badge reel.");
		case "variable sig":
			return("Select this option if you want to personalize each card with the cardholder's signature. Signatures must be provided to us in digitized form.  This can be done by scanning each signature with a scanner. <br>(see <span class='content_links'><a href='artspecs.html#sig specs'>specification</a></span>)");
		case "variable text":
			return("Variable text are changeable text like your name, position, employee number, expiry date, etc...");
			
	}
}