// JavaScript Document

function launchComment(id) {
		cWin = window.open("addcomment.cfm?id="+id,"cWin","width=500,height=500,menubar=yes,personalbar=no,dependent=true,directories=no,status=yes,toolbar=no,scrollbars=yes");
	}
	
function launchSMS() {
		cWin = window.open("smsreadme.cfm","sWin","width=500,height=500,menubar=yes,personalbar=no,dependent=true,directories=no,status=no,toolbar=yes,scrollbars=yes");
	}
