// JavaScript Document

function download(){
	if(confirm("Would you like to Download the Dulux Colour Chart pdf?\nSize: 881 KB")){
		return true;
	}
	return false;
}

function service(){
	if(confirm("Would you like to Download the Service Area pdf?\nSize: 12 KB")){
		return true;
	}
	return false;
}