﻿function GoTo(obj)
{

document.location.href=obj.value + ".html?Comid=" + obj.value;
}







function writeHTML(html)
{
	document.write(html);
}

