function ForceFrames(page, querystring)
{
	if (parent.location.href == self.location.href){
	    // change the url below to the url of the
	    // frameset page...
	    window.location.href = 'index.asp?cgipage=' + page + '&' + querystring
	}
}


