function writeStyle(resoluties){	
	document.write("<style>");

	if(screen.width>=resoluties["showSize"][0]){
		document.write(resoluties["showSize"][1]);
	}else{
		document.write(resoluties["default"]);
	}
	
	document.write("</style>");
}
