﻿var app_gptypefalg=0;
function showgptype(li,gid){
	$(".navigationulclass").hide();
	$("#navigationul_"+gid).show();
	$('#tck').show('fast').css('left',$(li).offset().left-180).css('top',$(li).offset().top);
}
function hidegptype(){
	setTimeout(function(){if(app_gptypefalg==0){$('#tck').hide();}},"500");
}
function sitesearch(){
	var q=$("#q").val();
	if(q.length<2){alert("Please enter at least 2 characters into the blank.");return;}
	if(q.length>100){alert("Please enter at max 100 characters into the blank.");return;}
	window.top.location.href="/newsitesearch.cfm?q="+q;	
}
