if (screen.width<800&screen.height<600){
alert('Your screen is setted on a resolution of '+screen.width+'X'+screen.height+'.\nTo surf in optimal way in this site has recommended a resolution than at least 800X600.');
}