function swapImg(the_element,the_src) {
	the_element.src = the_src;	
}

function openAdmin() {
	admin_win = window.open("../../download/categories.php","admin", "width=1000,height=600,left=10,top=50,scrollbars=yes");
	admin_win.focus();
}
