var warning = new Array();
warning["required_field"] = "Please enter values into all required fields!";
warning["change_made"] = "You have unsaved changes!\nPlease seve your changes before performing this action";
warning["existing_data"] = "The data you have entered already exists!";
warning["no_data"] = "No Data in DB!";



var tool_tip = new Array();

tool_tip['purchase_request_form'] = [ ['credit_card_number', 'Your 16 digit Credit Card<br>Account number.'],
														['cid_number', 'The 3 digit number on the back of<br> your Credit Card.'],
														['expiration_date', 'Credit Card expiration date.'],
														['contact_time_1', 'A sales representative will contact<br>you around this time of day.'],
														['blank', ''] ];
														



