﻿
function browserinfo()
{
    var vs="IE7";
    if(navigator.appName=="Microsoft Internet Explorer")
    {
        vs="IE"+navigator.userAgent.match(/MSIE\s(\d)/)[1];
//        Actual_Version=navigator.userAgent.match(/MSIE\s(\d+(\.?\d)*)/)[1];
//        Actual_Version=navigator.userAgent.match(/MSIE ([^;]+)/)[1];
    }
    else
    {
        if(navigator.userAgent.indexOf("Firefox") >0)vs="FF";
        if(typeof(window.opera)=="object")vs="OP";
    }
    return vs+".css"
}
function browserinfo2()
{
    var vs="IE7";
    if(navigator.appName=="Microsoft Internet Explorer")
    {
        vs="IE"+navigator.userAgent.match(/MSIE\s(\d)/)[1];
//        Actual_Version=navigator.userAgent.match(/MSIE\s(\d+(\.?\d)*)/)[1];
//        Actual_Version=navigator.userAgent.match(/MSIE ([^;]+)/)[1];
    }
    else
    {
        if(navigator.userAgent.indexOf("Firefox") >0)vs="FF";
        if(typeof(window.opera)=="object")vs="OP";
    }
    return vs
}
