// JavaScript Document
function changeOrder(changer, id)
	{
	window.location = "?page=adjust_list_p&cat_id=" + id + "&list_order=" + changer.value;
	}
function changeOrderGallery(passguy, id, category)
	{
	window.location = "?page=adjust_gallery_list_p&pic_id=" + id + "&cat_id=" + category + "&list_order=" + passguy.value;
	}
function changePubGallery(passguy, id, category)
	{
	window.location = "?page=adjust_pub&pic_id=" + id + "&cat_id=" + category + "&published=" + passguy.value;
	}
function open_stone(opener, cat, disp)
	{
	popUp = window.open("http://www.duckdodge.org/stone_pop.php?id="+opener+"&cat=" + cat + "&row_count_disp=" + disp,"Stone_Page","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=500,height=570, left=0, top=0")

popUp.focus()
	}
	
function pop_image(pic)
	{
	popUp = window.open("image_pop.php?pic="+pic,"Stone_Page","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=500,height=500, left=0, top=0")

popUp.focus()
	}
	
function close_window()
	{
	window.close();
	}
