function showHeader(){
	if(navigator.platform.indexOf('Linux')==-1){
		return true;
	}	
	return false;
}
