function checkFrameset()
{
if (parent.frames.length !=4) {location.href=location.href.substring(0,location.href.lastIndexOf("/")+1)+"index.html"}
}
