function fixcheck(){
if(!window.innerHeight){
	if(document.body.clientHeight <= 600){document.getElementById("side").style.position ="absolute";}
}else{
	if(window.innerHeight <= 600){document.getElementById("side").style.position ="absolute";}
}}

