function openPage(strUrl) {
	window.open(strUrl);
}
