function Search(){
	if (document.frmSearch.Cat.value == '') {
		alert('Please select a category!');
	}
	else if (document.frmSearch.Key.value == '') {
		alert('Please enter a keyword!');
		document.frmSearch.Key.focus();
	}
	else {
		keyword = document.frmSearch.Key.value;
		window.location = document.frmSearch.Cat.value + '.php?k=' + keyword;
	}
}

function CheckKey() {
	if (window.event.keyCode == 13) {
		Search();
	}
	return false;
}
var BookmarkURL = window.location.href;
var BookmarkTitle = "True Ringtones EU. Mobiule phone ringtones, logos, wallpaper and java games";

function Bookmark() {
	if (document.all) window.external.AddFavorite(BookmarkURL,BookmarkTitle)
}

function jsOpenhWnd (u) {
	p = "height=660,width=380,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no";
	hWnd = window.open (u, "Hwnd", p);
	hWnd.focus();
}

function subscription() {
	window.open('http://account.mediaplazza.com/abo/abo_signup_1.php?slang=EN&c=US&svhost=3stores','vimpass','width=425,height=400,toolbar=no,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=no');
}

function checkVHost(str){
	
	if(str.indexOf(".")!=-1){
		return true;
	}else{
		return false;
	}
	
}

	if(checkVHost('3stores')){
		alert('MEDIAPLAZZA WARNING\r\n\r\nYour vHost is not defined correctly.\r\nEnter your correct Subdomain in the config file.')
	};
	
	function getCountry(strCountry,strLang){
				document.form1.Country.value=strCountry;
				document.form1.action='../' + strLang + '/index.php';
				document.form1.submit()
	}