function gotoPage(lngPageID){

	window.location.href="web_content.asp?ID="+lngPageID 

}

function gotoPage2(lngPageID){

	window.location.href="web_content2.asp?ID="+lngPageID 

}


function gotoChildPage(lngParentPageID, lngPageID){

	window.location.href="web_content.asp?ID="+lngPageID + "&parentPageID="+lngParentPageID

}
