var ua = navigator.userAgent;

if (ua.match(/Win(dows )?NT 6\.0/)) {		//Windows Vista
	document.write("<link rel='stylesheet' href='/common/css/windows.css' type='text/css'>");
}