


var aLinks=new Array();

var editMode=0;
var moveMode=0;
var lastdrag;



function verifyDelete(id){
	var agree=confirm("Are you sure you want to delete this album? Cannot be undone!");
	if (agree)
		top.location='?op=deletealbumbyid&id='+id;
}