// JavaScript Document

//leong
function goto(url, enable){
	if(enable==1){
		window.location=url;	
	}else{
		if(document.search_mechine.keyword.value==''){
			window.location=url;
		}
	}
}

function openForum(url)
{
	window.open (url); 
}

function trosgoto(url, enable){
		window.open (url);
}

var blankImg = 'images/blank.gif'; 

function gogogo(url){
window.location="http://www.trosworld.com/"+url+"/index.php";
}

var uA = navigator.userAgent;
if (uA.indexOf("Gecko") > -1) {
	document.writeln('<style type="text/css"> .the_banner{ position:relative;top:14px; } </style>');
}

var Browser = {
Version: function() {
var version = 999; // we assume a sane browser
	if (navigator.appVersion.indexOf("MSIE") != -1)
	// bah, IE again, lets downgrade version number
	version = parseFloat(navigator.appVersion.split("MSIE")[1]);
	return version;
	}
}

if (Browser.Version() == 7) {
	document.writeln('<style type="text/css"> .the_banner{ position:relative;top:14px; } </style>');
}

if (Browser.Version() == 6) {
	document.writeln('<style type="text/css"> .product:hover,.product a:hover{ position:relative;float:left;top:0px; } </style>');
	document.writeln('<style type="text/css"> .info{ position:relative;left:0px!important; top:0px; } </style>');
	document.writeln('<style type="text/css"> .the_banner{ position:relative;top:14px; } </style>');
	document.writeln('<style type="text/css"> .vshop { behavior: url(menu2/inc/iepngfix.htc);}</style>');
}

if (Browser.Version() != 6 && Browser.Version() != 7 && Browser.Version() != 8 ){
	document.writeln('<style type="text/css"> #product_tab:hover, #shopname_tab:hover{background-image:url("../menu2/images/tab-shops_ff.png");} </style>');
}