function launch(url) {
	window.open(url,'smspop','channelmode=0,fullscreen=0,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,height=115,width=300,left=50,top=50');
}

function launchDocs(url) {
	window.open(url,'smshelp','channelmode=0,fullscreen=0,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,height=400,width=300,left=50,top=50');
}

function refresh() {
	window.opener.reload(true);
}

function verifyAction(msg) {
	var agree = confirm(msg);
	return agree;
}
