/*function openPreview(theV,theQ,theI) {
//	var fileStr = "/view.cfm?id="+id+"&e="+e;
	var fileStr = "/view.cfm?v="+theV+"&q="+theQ+"&theID="+theI;
	var bigstr = "width=715,height="+ (screen.availHeight - 100) +",top=0,left="+((screen.availWidth-730))+",resizable=yes,scrollbars=yes,toolbar=no,location=0,status=0,directories=0";
	newwin = window.open(fileStr,'', bigstr);
}*/

function previewTo(ecks) {
	document.getElementById("theX").value = ecks;
	document.getElementById("FreePreviewForm").submit();
}
