function tc() {
		window.open('tc.html',"win","width=680,height=500,menubar=0,scrollbars=yes,resizable=no");
}

function pp() {
		window.open('pp.html',"win","width=770,height=500,menubar=0,scrollbars=yes,resizable=no");
}

function enquiry() {
	location.href= "enquiry.html";
}

function contact() {
	location.href= "contactus.html";
}
