// JavaScript Document
function show_select1_contents()
{
	var sel_1=document.getElementById('sel_1').value;
	if(sel_1==0)
	{
		for(var s=1;s<=3;s++)
		{
			document.getElementById('subspan_'+s).style.display="none";
		}
		document.getElementById('ast_display_div').innerHTML="";
	}
	else
	{
		for(var s=1;s<=3;s++)
		{
			document.getElementById('subspan_'+s).style.display="none";
		}
		document.getElementById('subspan_'+sel_1).style.display="";
	}
}


function show_ast_products()
{
	var cat_id=document.getElementById('sel_1').value;
	var subcat_id=document.getElementById('sel_subcat_'+cat_id).value;
	var url="product/epabx/Sangoma_Digium_Hardware/asterisk_epabx_sangoma_digium_show_sangoma_products.php?cat_id="+cat_id+"&subcat_id="+subcat_id;
	ajaxpage_content(url,'ast_display_div');
}

function view_demo(path,name)
{
	if(name=="a400")
	window.open(path,'Sangoma_Product','width=650,height=520');
	else
	window.open(path,'Sangoma','width=572,height=508');
}

function enlarge_image(imagename)
{
	window.open('tool/display_enlarged_image.php?img_name='+imagename,'Enlarge_Image','width=800,height=800,scrollbars=yes,location=no');
}

function ipcamera_window(filename,title)
{
	window.open("product/security/Ipcamera/"+filename,title,'width=800,height=600')
}
