/* general javascript functions */

function closeThickbox() {
	tb_remove();
}

function openNewWindow(url) {
	window.open(url);
}
