function isTextOnly(frameurl)
{
        if(frameurl.indexOf("text/") != -1)
		return 1;
	return 0;
}
