function openCol() {
	objstyleWin = window.open('view_col.html','col','location=no,resizable=yes,status=no,toolbar=no,scrollbars,width=400px,height=250');
}
function openRes() {
	objservicesWin = window.open('res_book.html','res','location=no,resizable=yes,status=no,toolbar=no,scrollbars,width=400px,height=250');
}
function openHist() {
	objservicesWin = window.open('hist.html','hist','location=no,resizable=yes,status=no,toolbar=no,scrollbars,width=400px,height=250');
}
function openGift() {
	objservicesWin = window.open('gift.html','gift','location=no,resizable=yes,status=no,toolbar=no,scrollbars,width=400px,height=250');
}
function openPoli() {
	objservicesWin = window.open('poli.html','poli','location=no,resizable=yes,status=no,toolbar=no,scrollbars,width=400px,height=250');
}
function openEven() {
	objservicesWin = window.open('even.html','even','location=no,resizable=yes,status=no,toolbar=no,scrollbars,width=400px,height=250');
}
function openRes2() {
	objservicesWin = window.open('contact.html','res','location=no,resizable=yes,status=no,toolbar=no,scrollbars,width=500px,height=300');
}