// JavaScript Document

<!--FOR ADVERTISEMENT DISPLAY ACCORDING TO THE CATEGORY
function loadViewCategory_ad(CatID) {
	location.href = "index.asp?CatID=" + CatID;
}
//-->
<!--
function loadViewStatus_ad(Status, CatID) {
	location.href = "index.asp?CatID=" + CatID +"&Status=" + Status;
}
//-->

<!--
function loadUrlCategory(strCat)
{
		//location.href = "category.asp?CatName=" + strCat;
		location.href = "/articles/" + strCat + ".html";
}
//-->
