/*
	VPT Global javascripts
 */

function vpt_redirect(_inLocation) {
    top.window.location = _inLocation;
    self.parent.tb_remove();
}

function vpt_pageRefresh() {
    window.location.reload(true);
}