if ( (navigator.appName == 'Netscape' || navigator.appName == 'Opera') 
		&& (navigator.platform == "Win32") ) {
    //location.href="/multi/index.htm";
    location.href="/multi/index.htm?" + document.location.href;
}

