function pin() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/pinno';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}
function address() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/address';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}
function customer() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/customernumber';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}
function bank() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/bankused';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}

function mobile() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/mobno';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}

function model() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/productmod';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}

function network() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/network';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}
function info() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/information';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}
function jobref() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/jobref';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}
function policy() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/policyno';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}
function amount() {

	var width = '600';
	var height = '200';
	var url = '/contact-us/popups/amountpaid';
	var name = 'termsWindow';

	var screenWidth = (screen.width - width) / 2;
	var screenHeight = (screen.height - height) / 2;
	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',toolbar=no,scrollbars=yes,resize=yes,left=' + screenWidth + ',top=' + screenHeight + '');
	newWindow.focus();

}