
/**
 * Redirect 
 */
var RedirectForm = function(rel, ccode) {
	
		if(ccode == "AUS-QUIX") {
			
			alert("No on-line support is available for QUIX FOOD STORES \r\nFor all enquiries for Quix Food Stores contact : \r\nQuix Head Office - Ph: +61 (3) 9252-0300 or quixap@quix.com.au");
			$('selForm').selectedIndex = 0;
			
			return false;	
			
			
			
		}
	
		location.href=rel;
	
	}



/**
 * Popup for Index to reminder website name
 */


var Reminder_URL = function() {
		
		h = 160;
		
		var subForm = window.open('popupWin/index-reminder.html','reminderURL', ' width=820, height='+h+', toolbar=no, scrollbars=no, statusbar=no, top=250, left=100 ');
		subForm.focus();
		
	
	}


var Disclimer_URL = function(lang) {
		if(lang == 'cn') h = 140;
		else if(lang == 'jp') h = 155;
		else h = 170;
		
		var subForm = window.open('popupWin/'+lang+'_disclimer.html','disclimerURL', ' width=820, height='+h+', toolbar=no, scrollbars=no, statusbar=no, top=250, left=100 ');
		subForm.focus();	
	
	}
	
var Reset_InvoiceSearch = function(t) {
		if(t == "Search by invoice number" || t == "Sélectionner le numéro de facture") {
			
			if($('invoice_id')) {				
				$('invoice_id').value = "";
				
				}
			
			}
	
	
	}	
	
var Data_Privacy_Statement = function() {
		
		h = 560;
		
		var subForm = window.open('popupWin/data_privacy_statement.html','reminderURL', ' width=820, height='+h+', toolbar=no, scrollbars=no, statusbar=no, top=250, left=100 ');
		subForm.focus();
			   	
	
	}


