//function gotoPage & movePage punya sub paging

	function gotoPage(SortAlf)
	{
		if (document.formlist.goto.value!="")
		{
			movePage(document.formlist.goto.value,SortAlf);
		}
	}

	function movePage(Page,SortAlf)
	{
		document.formlist.page.value=Page;
		document.formlist.SortAlf.value=SortAlf;
		document.formlist.submit();
	}

	function movePage1(Page1,SortAlf)
	{
		document.formlist1.page1.value=Page1;
		document.formlist1.SortAlf.value=SortAlf;
		document.formlist1.submit();
	}

	function gotoPage1(SortAlf)
	{
		if (document.formlist1.goto.value!="")
		{
			movePage1(document.formlist1.goto.value,SortAlf);
		}
	}

	
	/*
	function CreateNewContent() 
	{
		win = window.open ("http://192.168.0.94/weddingku2/contenteditor/editor.asp",'editor','width=720,height=480,left=0,top=0');
		win.focus();
		win.creator = self;
	}
	*/
	

/*function popeditor(formname,caller)
{
	strURL = "../../contenteditor/editor.asp?" + "formname=" + formname + "&caller=" + caller;
	win = window.open (strURL ,'editor','location=no,status=no,directories=no,menubar=no,scrollbars=yes,resizable=no,width=640,height=405');
	win.focus();
	win.moveTo(0,0);
}*/
