if((screen.width >=1024)||(screen.height >=768))
{document.styleSheets[0].disabled=true;
document.styleSheets[1].disabled=false;
}

if((screen.width==800)||(screen.height==600))
{document.styleSheets[0].disabled=false;
document.styleSheets[1].disabled=true;


}




