function delandreload() {
    parent.reload();
}

function check($str) {
	var flag = confirm ($str);
	return flag;
}
