// JavaScript Document
function openHelp() {
	window.open('help/help.php', 'Help', 'width=350, height=750, toolbar=0, resizable=0, scrollbars=1, menubar=0, status=0');
}

function openHTCSense() {
	window.open('htcsense.html', 'HTC Sense Warning', 'width=350, height=400, toolbar=0, resizable=0, scrollbars=1, menubar=0, status=0');
}
