function Popup()
{
	window.open('includes/qcform.php', 'poppage', 'width=450 height=350 left = 300.5, top = 300.5 resizable=no');
}

function Popup2()
{
	window.open('includes/contactus.php', 'poppage', 'width=450 height=350 left = 300.5, top = 300.5 resizable=no');
}