function loadpopup() {
	window.name = 'Thrifty Driving School';
	discountPopup = window.open('/discount_popup/popup.html','Discounts','scrollbars=0,width=600,height=350');
	discountPopup.moveTo((screen.width/2) - 300, (screen.height/2) - 175);
}