function showQuestionsDialog(qid)
{
	var url = "/italy/products/hardware/mouseandkeyboard/ProductFinder/ProductFinderWindow.aspx?qid=" + qid;
	result = window.showModalDialog(url, null, "dialogWidth:354px; dialogHeight:385px; scroll: no; status: no; center: yes;");
    
	
	if(result != null)
		window.location.href = result;
	/*
	var url="/italy/products/hardware/mouseandkeyboard/ProductFinder/ProductFinderPopup.aspx?qid="+qid;
	window.open(url);
	*/
}
function showQuestionsDialog_ICE(qid)
{
	var url = "/italy/products/hardware/digitalcommunication/ProductFinder/ProductFinderWindow.aspx?qid=" + qid;
	result = window.showModalDialog(url, null, "dialogWidth:354px; dialogHeight:385px; scroll: no; status: no; center: yes;");
    
	
	if(result != null)
		window.location.href = result;
	/*
	var url="/italy/products/hardware/mouseandkeyboard/ProductFinder/ProductFinderPopup.aspx?qid="+qid;
	window.open(url);
	*/
}
function showSelectedQuestionDialog(qid, backfrom)
{
	var url = "/italy/products/hardware/mouseandkeyboard/ProductFinder/ProductFinderWindow.aspx?qid=" + qid + "&backfrom=" + backfrom;
	result = window.showModalDialog(url, null, "dialogWidth:360px; dialogHeight:375px; scroll: no; status: no; center: yes;");

	if(result != null)
		window.location.href = result;
}
function showSelectedQuestionDialog_ICE(qid, backfrom)
{
	var url = "/italy/products/hardware/digitalcommunication/ProductFinder/ProductFinderWindow.aspx?qid=" + type + "&backfrom=" + backfrom;
	result = window.showModalDialog(url, null, "dialogWidth:360px; dialogHeight:375px; scroll: no; status: no; center: yes;");

	if(result != null)
		window.location.href = result;
}
function showLandingPage(qid)
{
	window.location.href = "/italy/products/hardware/mouseandkeyboard/ProductFinder/default.aspx?qid=" + qid;
}
function showLandingPage_ICE(qid)
{
	window.location.href = "/italy/products/hardware/digitalcommunication/ProductFinder/default.aspx?qid=" + qid;
}
function showSelectedLandingPage(qid, backfrom)
{
	window.location.href = "/italy/products/hardware/mouseandkeyboard/ProductFinder/default.aspx?qid=" + qid + "&backfrom=" + backfrom;
}
function showSelectedLandingPage_ICE(type, backfrom)
{
	window.location.href = "/italy/products/hardware/digitalcommunication/ProductFinder/default.aspx?type=" + type + "&backfrom=" + backfrom;
}
