function bodyOnload(){
//  parent.backframe.paplSetButtons();
}

function forwardParamsOnRefresh(){
//	strHref = parent.location.href;
//	if (strHref.indexOf("?")==-1){return;}
//	var strQueryString = strHref.substr((strHref.indexOf("?")+1)).toLowerCase();
//	alert(strQueryString);	
//	document.location.href='index.php?type=2&'+strQueryString;
}  