function dopdf(id, cat)
{
	window.open("modules/document.php?CatId=" + id.toString() + "&CategoryId=" + cat.toString(),"self","width=600,height=600,scrollbars=yes,status=no,resizable=yes,top=50,left=50");
	return;
}
function doprintpreview(id, cat)
{
	window.open("mod_print.php?CatId=" + id.toString() + "&CategoryId=" + cat.toString(),"self","width=600,height=600,scrollbars=yes,status=no,resizable=yes,top=50,left=50,menubar=yes");//toolbar=yes,
	return;
}
function popupgallery(id)
{
	switch(id)
	{
		case 1:
		{
			//window.open(".","self","width=600,height=600,scrollbars=yes,status=no,resizable=yes,top=50,left=50");
			break;
		}
		case 2:
		{
			window.open("Photo Gallery/Army/ghana_army.htm","self","width=600,height=500,scrollbars=yes,status=no,resizable=yes,top=50,left=50");
			break;
		}
		case 3:
		{
			window.open("Photo Gallery/Navy/ghana_army.htm","self","width=600,height=500,scrollbars=yes,status=no,resizable=yes,top=50,left=50");
			break;
		}
		case 4:
		{
			window.open("Photo Gallery/AirForce/ghana_air_force.htm","self","width=600,height=500,scrollbars=yes,status=no,resizable=yes,top=50,left=50");
			break;
		}
		case 5:
		{
			window.open(".","self","width=600,height=600,scrollbars=yes,status=no,resizable=yes,top=50,left=50");
			break;
		}
		case 6:
		{
			window.open(".","self","width=600,height=600,scrollbars=yes,status=no,resizable=yes,top=50,left=50");
			break;
		}
	}
	return;
}