function openVideo() {
	window.open('./video/popvideo.html', 'Video', 'scrollbars=no,width=350,height=300');
}
function popUp(p) {
	window.open(p+'.html', 'pop', 'scrollbars=yes,width=760,height=380');
}

