// JavaScript Document
function SetPageActive(new_PAG)
{
	Progress();
	oID(PAGEACTIVE).value=new_PAG;
	Submit();
}
