function showProductList()
{   
    var url = "http://" + document.location.host + q.appRoot + "httpAction.aspx?action=collectioninfo";
	document.location.href = url;
}

function goDoc()
{
	var url = "http://" + document.location.host + q.appRoot + "httpAction.aspx?action=showDoc";
	q.submitTo(url);
}

function showSearch()
{
    var url = "http://" + document.location.host + q.appRoot + "httpAction.aspx?action=mainFrame";
    q.submitTo(url);
}

function showUsesCondition()
{
	var sFeatures = { width: 700, height: 600 ,help: 'no', scroll: 'yes', status:'no'};
	Compat.showModalDialog("http://www.cdisys.com/legal/legaldisclaimer.shtml" , window , sFeatures);
	return false;	
}

function hideLoading()
{
    document.getElementById("loading").style.display = "none";
    document.getElementById("main").style.visibility = "visible";
}
