﻿function showTOU(path){
	var tos = window.open(path,'','menubar=no,height=600,width=500,resizable=yes,scrollbars=yes,toolbar=no,location=no,status=no');
	return false;
}