function checkFrameset() {
/*** frame check ***/
  if(!top.head)
   top.location.href="start.html?" + location.pathname;
 }
 
 function checkFramecall() {
/*** bypass if a Query one transfers ***/
  var Adressapendix=location.search;
  if(Adressapendix){
  	if(frames.content)frames.content.location.href=Adressapendix.substring(1,Adressapendix.length);
	}
 }
function openCard()	{

   msgWindow=window.open("post.html","displayWindow","toolbar=no,width=537,height=532,directories=no,status=no,scrollbars=no,resize=no,menubar=no")
   msgWindow.focus();
}

		
	
	
